mirror of
https://github.com/civsocit/olgram.git
synced 2023-07-22 01:29:12 +03:00
fix migration
This commit is contained in:
parent
31d2acc7fa
commit
73bcdcc3c3
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";
|
Loading…
Reference in New Issue
Block a user