mirror of
https://github.com/civsocit/olgram.git
synced 2025-07-12 18:03:25 +00: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