Add migration fixes
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
--
|
||||
-- DROP/Reverse everything here
|
||||
--
|
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE public.washlist DROP COLUMN washed;
|
||||
ALTER TABLE public.washlist
|
||||
ADD COLUMN washed integer;
|
@@ -0,0 +1,3 @@
|
||||
--
|
||||
-- DROP/Reverse everything here
|
||||
--
|
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE public.washlist
|
||||
ALTER COLUMN washed SET DEFAULT -1;
|
Reference in New Issue
Block a user