1
0
mirror of https://github.com/civsocit/olgram.git synced 2025-12-17 06:46:17 +00:00
Files
olgram/olgram/migrations/models/10_20220219201520_update.sql
2022-02-20 10:55:11 +03:00

5 lines
147 B
SQL

-- upgrade --
ALTER TABLE "bot" ADD "enable_threads" BOOL NOT NULL DEFAULT False;
-- downgrade --
ALTER TABLE "bot" DROP COLUMN "enable_threads";