1
0
mirror of https://github.com/civsocit/olgram.git synced 2025-05-24 13:03:25 +00:00
olgram/olgram/migrations/models/24_20240322034823_update.sql
2024-03-22 03:49:05 +04:00

5 lines
141 B
SQL

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