mirror of
https://github.com/civsocit/olgram.git
synced 2023-07-22 01:29:12 +03:00
#15 antiflood
This commit is contained in:
parent
62d00cbd5f
commit
f6d47f729d
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";
|
Loading…
Reference in New Issue
Block a user