summaryrefslogtreecommitdiff
path: root/sql/1_2.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql/1_2.sql')
-rw-r--r--sql/1_2.sql9
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/1_2.sql b/sql/1_2.sql
new file mode 100644
index 0000000..37d2168
--- /dev/null
+++ b/sql/1_2.sql
@@ -0,0 +1,9 @@
+-- Add stats
+CREATE TABLE "stats"
+(
+ "user" INTEGER UNIQUE,
+ "i" INTEGER NOT NULL,
+ PRIMARY KEY("user")
+);
+
+PRAGMA user_version = 2; \ No newline at end of file