13 lines
398 B
JSON
13 lines
398 B
JSON
{
|
|
"formatVersion": 1,
|
|
"database": {
|
|
"version": 22,
|
|
"identityHash": "d64b3c12b7065e2c33d9a521fc921987",
|
|
"entities": [],
|
|
"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, 'd64b3c12b7065e2c33d9a521fc921987')"
|
|
]
|
|
}
|
|
} |