mirror of
https://github.com/civsocit/olgram.git
synced 2025-12-19 23:56:16 +00:00
templates first iteration
This commit is contained in:
4
olgram/migrations/models/8_20220210201740_update.sql
Normal file
4
olgram/migrations/models/8_20220210201740_update.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- upgrade --
|
||||
ALTER TABLE "defaultanswer" ADD "text" TEXT NOT NULL;
|
||||
-- downgrade --
|
||||
ALTER TABLE "defaultanswer" DROP COLUMN "text";
|
||||
Reference in New Issue
Block a user