Skip to content

Commit

Permalink
feat: change schema to json
Browse files Browse the repository at this point in the history
  • Loading branch information
GalvinGao committed Aug 24, 2023
1 parent 7bed08b commit cbd77ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SET statement_timeout = 0;

alter table public.researches alter column schema type jsonb using schema::jsonb;
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SET statement_timeout = 0;

alter table public.researches alter column schema type json using schema::json;

0 comments on commit cbd77ee

Please sign in to comment.