Version 0.15.0

This commit is contained in:
Mikołaj Pich
2020-01-26 16:42:26 +01:00
parent ae9b616896
commit 8e17b1d72a
4 changed files with 11 additions and 7 deletions

View File

@ -9,5 +9,7 @@ class Migration21 : Migration(20, 21) {
database.execSQL("ALTER TABLE Attendance ADD COLUMN excusable INTEGER NOT NULL DEFAULT 0")
database.execSQL("ALTER TABLE Attendance ADD COLUMN time_id INTEGER NOT NULL DEFAULT 0")
database.execSQL("ALTER TABLE Attendance ADD COLUMN excuse_status TEXT DEFAULT NULL")
database.execSQL("DELETE FROM Semesters")
}
}