mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 18:15:39 +00:00
auth and migration util
This commit is contained in:
6
migrations/20210310122617_mcaptcha_config.sql
Normal file
6
migrations/20210310122617_mcaptcha_config.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
CREATE TABLE IF NOT EXISTS mcaptcha_config (
|
||||
config_id SERIAL PRIMARY KEY NOT NULL,
|
||||
ID INTEGER references mcaptcha_users(ID),
|
||||
key VARCHAR(100) NOT NULL UNIQUE,
|
||||
duration INTEGER NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user