Skip to content

Commit

Permalink
Merge pull request #137 from kinotio/develop
Browse files Browse the repository at this point in the history
fix: indentation in query sql
  • Loading branch information
andostronaut committed Sep 11, 2024
2 parents 0b3c98f + dc85666 commit 665e015
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 665e015

Please sign in to comment.