backend without proxy
This commit is contained in:
5
db_schema.psql
Normal file
5
db_schema.psql
Normal file
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE IF NOT EXISTS captchas(
|
||||
id SERIAL PRIMARY KEY,
|
||||
hash CHAR(32),
|
||||
solution CHAR(6)
|
||||
);
|
||||
Reference in New Issue
Block a user