Update gitignore. Add schema.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -95,3 +95,4 @@ ENV/
|
||||
.ropeproject
|
||||
|
||||
config.py
|
||||
chanbot.sqlite
|
||||
|
||||
2
schema.sql
Normal file
2
schema.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
CREATE TABLE IF NOT EXISTS poll(callback int NOT NULL, user_id int, UNIQUE(callback, user_id));
|
||||
INSERT INTO poll values(0, 0);
|
||||
Reference in New Issue
Block a user