diff --git a/app/roomSchemas/com.fox2code.mmm.utils.room.ModuleListCacheDatabase/1.json b/app/roomSchemas/com.fox2code.mmm.utils.room.ModuleListCacheDatabase/1.json index f38c4d2..dfd40a8 100644 --- a/app/roomSchemas/com.fox2code.mmm.utils.room.ModuleListCacheDatabase/1.json +++ b/app/roomSchemas/com.fox2code.mmm.utils.room.ModuleListCacheDatabase/1.json @@ -2,7 +2,7 @@ "formatVersion": 1, "database": { "version": 1, - "identityHash": "2abfd2dad332c887d96cdda63d92a639", + "identityHash": "0ee5da8f0cbafe111752b3281ecbdfff", "entities": [ { "tableName": "modulelistcache", @@ -129,14 +129,24 @@ "codename" ] }, - "indices": [], + "indices": [ + { + "name": "index_modulelistcache_codename", + "unique": true, + "columnNames": [ + "codename" + ], + "orders": [], + "createSql": "CREATE UNIQUE INDEX IF NOT EXISTS `index_modulelistcache_codename` ON `${TABLE_NAME}` (`codename`)" + } + ], "foreignKeys": [] } ], "views": [], "setupQueries": [ "CREATE TABLE IF NOT EXISTS room_master_table (id INTEGER PRIMARY KEY,identity_hash TEXT)", - "INSERT OR REPLACE INTO room_master_table (id,identity_hash) VALUES(42, '2abfd2dad332c887d96cdda63d92a639')" + "INSERT OR REPLACE INTO room_master_table (id,identity_hash) VALUES(42, '0ee5da8f0cbafe111752b3281ecbdfff')" ] } } \ No newline at end of file diff --git a/app/roomSchemas/com.fox2code.mmm.utils.room.ReposListDatabase/1.json b/app/roomSchemas/com.fox2code.mmm.utils.room.ReposListDatabase/1.json index 5fb155a..4ad5040 100644 --- a/app/roomSchemas/com.fox2code.mmm.utils.room.ReposListDatabase/1.json +++ b/app/roomSchemas/com.fox2code.mmm.utils.room.ReposListDatabase/1.json @@ -2,7 +2,7 @@ "formatVersion": 1, "database": { "version": 1, - "identityHash": "5a217dbf3caa5a6b70e7eee98636866c", + "identityHash": "7ad41628a74233e6c6d2f88142274d85", "entities": [ { "tableName": "ReposList", @@ -69,14 +69,24 @@ "id" ] }, - "indices": [], + "indices": [ + { + "name": "index_ReposList_id", + "unique": true, + "columnNames": [ + "id" + ], + "orders": [], + "createSql": "CREATE UNIQUE INDEX IF NOT EXISTS `index_ReposList_id` ON `${TABLE_NAME}` (`id`)" + } + ], "foreignKeys": [] } ], "views": [], "setupQueries": [ "CREATE TABLE IF NOT EXISTS room_master_table (id INTEGER PRIMARY KEY,identity_hash TEXT)", - "INSERT OR REPLACE INTO room_master_table (id,identity_hash) VALUES(42, '5a217dbf3caa5a6b70e7eee98636866c')" + "INSERT OR REPLACE INTO room_master_table (id,identity_hash) VALUES(42, '7ad41628a74233e6c6d2f88142274d85')" ] } } \ No newline at end of file