Prepared production migrations
This commit is contained in:
parent
3b7b9ea327
commit
3f25857fca
|
@ -1 +1,10 @@
|
||||||
package prod
|
CREATE TABLE IF NOT EXISTS "holiday"
|
||||||
|
(
|
||||||
|
id uuid,
|
||||||
|
country char(2),
|
||||||
|
date date,
|
||||||
|
name varchar(64),
|
||||||
|
description varchar(512),
|
||||||
|
is_state boolean,
|
||||||
|
is_religious boolean
|
||||||
|
);
|
Loading…
Reference in New Issue