Remove showTutorial

This commit is contained in:
Girish Ramakrishnan
2017-01-17 09:07:24 -08:00
parent d392293b50
commit 536c16929b
12 changed files with 30 additions and 52 deletions

View File

@@ -19,7 +19,6 @@ CREATE TABLE IF NOT EXISTS users(
modifiedAt VARCHAR(512) NOT NULL,
admin INTEGER NOT NULL,
displayName VARCHAR(512) DEFAULT '',
showTutorial BOOLEAN DEFAULT 0,
PRIMARY KEY(id));
CREATE TABLE IF NOT EXISTS groups(