mirror of
https://github.com/civsocit/olgram.git
synced 2025-12-16 13:36:17 +00:00
fix migration
This commit is contained in:
4
olgram/migrations/models/10_20220219201520_update.sql
Normal file
4
olgram/migrations/models/10_20220219201520_update.sql
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
-- upgrade --
|
||||||
|
ALTER TABLE "bot" ADD "enable_threads" BOOL NOT NULL DEFAULT False;
|
||||||
|
-- downgrade --
|
||||||
|
ALTER TABLE "bot" DROP COLUMN "enable_threads";
|
||||||
Reference in New Issue
Block a user