Update gitignore. Add schema.
This commit is contained in:
parent
e897d6c162
commit
4ae5663fea
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);
|
Loading…
x
Reference in New Issue
Block a user