Skip to content

Commit

Permalink
Update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
chamburr committed Apr 19, 2020
1 parent 523edee commit db507a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ CREATE TABLE public.snippet
content text NOT NULL
);

ALTER TABLE public.premium
ALTER TABLE public.snippet
OWNER to postgres;


Expand Down

0 comments on commit db507a7

Please sign in to comment.