mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 10:05:41 +00:00
moved from mono repo
This commit is contained in:
4
migrations/20210309085146_mcaptcha_users.sql
Normal file
4
migrations/20210309085146_mcaptcha_users.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
CREATE TABLE IF NOT EXISTS mcaptcha_users (
|
||||
name VARCHAR(100) NOT NULL UNIQUE,
|
||||
ID SERIAL PRIMARY KEY NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user