another schema fix
This commit is contained in:
+2
-2
@@ -7,11 +7,11 @@ CREATE TABLE points (
|
||||
points INTEGER
|
||||
);
|
||||
|
||||
CREATE TABLE counters {
|
||||
CREATE TABLE counters (
|
||||
id INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||
name TEXT NOT NULL
|
||||
count INTEGER NOT NULL
|
||||
};
|
||||
);
|
||||
|
||||
CREATE TABLE redeem_queue (
|
||||
id INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||
|
||||
Reference in New Issue
Block a user