Added SQL
This commit is contained in:
parent
48c1227d9f
commit
83e1ce5ffe
1 changed files with 2 additions and 0 deletions
2
sql/00020.sql
Normal file
2
sql/00020.sql
Normal file
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE _webservice."user" ADD timezone varchar DEFAULT 'UTC' NOT NULL;
|
||||
ALTER TABLE public.schedule ALTER COLUMN "time" TYPE timestamp USING "time"::timestamp;
|
Loading…
Add table
Reference in a new issue