1
0
mirror of https://github.com/civsocit/olgram.git synced 2025-12-20 07:46:18 +00:00
Files
olgram/olgram/migrations/models/19_20240301193152_update.sql
2024-03-01 19:39:46 +04:00

5 lines
164 B
SQL

-- upgrade --
ALTER TABLE "bot" ADD "enable_thread_interrupt" BOOL NOT NULL DEFAULT True;
-- downgrade --
ALTER TABLE "bot" DROP COLUMN "enable_thread_interrupt";