Add migration
This commit is contained in:
parent
8086c1b4c9
commit
914c626bfb
@ -0,0 +1,2 @@
|
|||||||
|
-- This file should undo anything in `up.sql`
|
||||||
|
alter table families drop column disable_couple_photos;
|
@ -0,0 +1,2 @@
|
|||||||
|
-- Your SQL goes here
|
||||||
|
ALTER TABLE families add column disable_couple_photos boolean not null default false;
|
@ -25,6 +25,7 @@ diesel::table! {
|
|||||||
time_create -> Int8,
|
time_create -> Int8,
|
||||||
name -> Varchar,
|
name -> Varchar,
|
||||||
invitation_code -> Varchar,
|
invitation_code -> Varchar,
|
||||||
|
disable_couple_photos -> Bool,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user