Repo Cleanup
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
create table if not exists votes
|
||||
(
|
||||
id integer primary key not null,
|
||||
timestamp date not null,
|
||||
plus_id integer not null,
|
||||
plus_nickname text not null,
|
||||
plus_reason text not null,
|
||||
moins_id integer not null,
|
||||
moins_nickname text not null,
|
||||
moins_reason text not null
|
||||
)
|
||||
Reference in New Issue
Block a user