mirror of
https://github.com/civsocit/olgram.git
synced 2025-12-15 06:46:17 +00:00
#15 antiflood
This commit is contained in:
4
olgram/migrations/models/14_20220801015243_update.sql
Normal file
4
olgram/migrations/models/14_20220801015243_update.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- upgrade --
|
||||
ALTER TABLE "bot" ADD "enable_antiflood" BOOL NOT NULL DEFAULT False;
|
||||
-- downgrade --
|
||||
ALTER TABLE "bot" DROP COLUMN "enable_antiflood";
|
||||
Reference in New Issue
Block a user