mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-13 11:05:40 +00:00
moved from mono repo
This commit is contained in:
5
migrations/20210309085205_mcaptcha_levels.sql
Normal file
5
migrations/20210309085205_mcaptcha_levels.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE IF NOT EXISTS mcaptcha_levels (
|
||||
id VARCHAR(32) references mcaptcha_config(id),
|
||||
difficulty_factor INTEGER NOT NULL,
|
||||
visitor_threshold INTEGER NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user