add schemas

Signed-off-by: androidacy-user <opensource@androidacy.com>
pull/89/head
androidacy-user 2 years ago
parent 1e1b66dac0
commit 01cdc46564

@ -2,7 +2,7 @@
"formatVersion": 1, "formatVersion": 1,
"database": { "database": {
"version": 1, "version": 1,
"identityHash": "2abfd2dad332c887d96cdda63d92a639", "identityHash": "0ee5da8f0cbafe111752b3281ecbdfff",
"entities": [ "entities": [
{ {
"tableName": "modulelistcache", "tableName": "modulelistcache",
@ -129,14 +129,24 @@
"codename" "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": [] "foreignKeys": []
} }
], ],
"views": [], "views": [],
"setupQueries": [ "setupQueries": [
"CREATE TABLE IF NOT EXISTS room_master_table (id INTEGER PRIMARY KEY,identity_hash TEXT)", "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')"
] ]
} }
} }

@ -2,7 +2,7 @@
"formatVersion": 1, "formatVersion": 1,
"database": { "database": {
"version": 1, "version": 1,
"identityHash": "5a217dbf3caa5a6b70e7eee98636866c", "identityHash": "7ad41628a74233e6c6d2f88142274d85",
"entities": [ "entities": [
{ {
"tableName": "ReposList", "tableName": "ReposList",
@ -69,14 +69,24 @@
"id" "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": [] "foreignKeys": []
} }
], ],
"views": [], "views": [],
"setupQueries": [ "setupQueries": [
"CREATE TABLE IF NOT EXISTS room_master_table (id INTEGER PRIMARY KEY,identity_hash TEXT)", "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')"
] ]
} }
} }
Loading…
Cancel
Save