Skip to content

Commit

Permalink
fix: indentation in query sql
Browse files Browse the repository at this point in the history
  • Loading branch information
andostronaut committed Sep 11, 2024
1 parent 0cb747f commit dc85666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion query.sql
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ create table public.reports (
name text not null,
metadata jsonb not null,
user_id uuid references public.users not null,
created_at timestamp with time zone default timezone('utc'::text, now()) not null,
created_at timestamp with time zone default timezone('utc'::text, now()) not null
);
----------------------------------------------------------------------------------------------

Expand Down

0 comments on commit dc85666

Please sign in to comment.