You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"createSql": "CREATE INDEX IF NOT EXISTS `index_TokenIndexEntity_index_value_resourceType_index_name_resourceUuid` ON `${TABLE_NAME}` (`index_value`, `resourceType`, `index_name`, `resourceUuid`)"
320
+
"createSql": "CREATE INDEX IF NOT EXISTS `index_TokenIndexEntity_resourceType_index_name_index_value_resourceUuid` ON `${TABLE_NAME}` (`resourceType`, `index_name`, `index_value`, `resourceUuid`)"
321
321
},
322
322
{
323
323
"name": "index_TokenIndexEntity_resourceUuid",
@@ -1019,7 +1019,7 @@
1019
1019
"views": [],
1020
1020
"setupQueries": [
1021
1021
"CREATE TABLE IF NOT EXISTS room_master_table (id INTEGER PRIMARY KEY,identity_hash TEXT)",
1022
-
"INSERT OR REPLACE INTO room_master_table (id,identity_hash) VALUES(42, 'a80ce5b4e924f9b6c9776b6b3348abba')"
1022
+
"INSERT OR REPLACE INTO room_master_table (id,identity_hash) VALUES(42, '10a419846e64e0b697b709d7bafbe492')"
0 commit comments