refactor: don't differentiate between teachers and non-teacher accounts

master
ALI Hamza 2021-12-19 22:32:18 +07:00
parent 23174ccf82
commit 100d28b672
Signed by: hamza
GPG Key ID: 22473A32291F8CB6
1 changed files with 0 additions and 1 deletions

@ -4,7 +4,6 @@ CREATE TABLE users (
email TEXT NOT NULL UNIQUE,
picture TEXT NOT NULL,
grade_level INTEGER,
teacher BOOLEAN NOT NULL,
admin BOOLEAN NOT NULL,
created_at DATETIME NOT NULL
);