Loading app/src/main/java/io/heckel/ntfy/db/Database.kt +1 −1 Original line number Diff line number Diff line Loading @@ -241,7 +241,7 @@ abstract class Database : RoomDatabase() { private val MIGRATION_9_10 = object : Migration(9, 10) { override fun migrate(db: SupportSQLiteDatabase) { db.execSQL("ALTER TABLE Notification ADD COLUMN actions TEXT NOT NULL DEFAULT('')") db.execSQL("ALTER TABLE Notification ADD COLUMN actions TEXT") } } } Loading Loading
app/src/main/java/io/heckel/ntfy/db/Database.kt +1 −1 Original line number Diff line number Diff line Loading @@ -241,7 +241,7 @@ abstract class Database : RoomDatabase() { private val MIGRATION_9_10 = object : Migration(9, 10) { override fun migrate(db: SupportSQLiteDatabase) { db.execSQL("ALTER TABLE Notification ADD COLUMN actions TEXT NOT NULL DEFAULT('')") db.execSQL("ALTER TABLE Notification ADD COLUMN actions TEXT") } } } Loading