mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-04-05 03:01:05 +02:00
removing an unneeded apply, as it contains only 1 line
This commit is contained in:
parent
0b1af74053
commit
f7c770df7a
@ -81,9 +81,7 @@ abstract class NotesDatabase : RoomDatabase() {
|
|||||||
|
|
||||||
private val MIGRATION_3_4 = object : Migration(3, 4) {
|
private val MIGRATION_3_4 = object : Migration(3, 4) {
|
||||||
override fun migrate(database: SupportSQLiteDatabase) {
|
override fun migrate(database: SupportSQLiteDatabase) {
|
||||||
database.apply {
|
database.execSQL("ALTER TABLE widgets ADD COLUMN widget_show_title INTEGER NOT NULL DEFAULT 0")
|
||||||
execSQL("ALTER TABLE widgets ADD COLUMN widget_show_title INTEGER NOT NULL DEFAULT 0")
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user