Skip to content

Commit

Permalink
Update sql dump
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcrt committed Oct 28, 2023
1 parent 0095058 commit cc23501
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions selfhosting/setup-dump.sql
Original file line number Diff line number Diff line change
Expand Up @@ -262,14 +262,14 @@ CREATE TABLE public.log (

CREATE TABLE public.profile (
id uuid NOT NULL,
updated_at timestamp with time zone,
email text,
name text,
plan text DEFAULT 'free'::text NOT NULL,
team_owner uuid,
stripe_customer text,
stripe_subscription text,
limited boolean
limited boolean,
created_at timestamp with time zone DEFAULT CURRENT_TIMESTAMP
);

ALTER TABLE ONLY public.api_key
Expand Down

1 comment on commit cc23501

@vercel
Copy link

@vercel vercel bot commented on cc23501 Oct 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.