diff options
Diffstat (limited to 'db/migrations/0040_next_gunslinger.sql')
| -rw-r--r-- | db/migrations/0040_next_gunslinger.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/db/migrations/0040_next_gunslinger.sql b/db/migrations/0040_next_gunslinger.sql new file mode 100644 index 00000000..fbd114ef --- /dev/null +++ b/db/migrations/0040_next_gunslinger.sql @@ -0,0 +1,2 @@ +ALTER TABLE "forms" ADD COLUMN "eng" boolean DEFAULT false NOT NULL;--> statement-breakpoint +ALTER TABLE "forms" ADD COLUMN "im" boolean DEFAULT false NOT NULL;
\ No newline at end of file |
