-- Add stats CREATE TABLE "stats" ( "user" INTEGER UNIQUE, "i" INTEGER NOT NULL, PRIMARY KEY("user") ); PRAGMA user_version = 2;