Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
650 changes: 0 additions & 650 deletions composeApp/schemas/paige.navic.data.database.CacheDatabase/1.json

This file was deleted.

709 changes: 0 additions & 709 deletions composeApp/schemas/paige.navic.data.database.CacheDatabase/12.json

This file was deleted.

709 changes: 0 additions & 709 deletions composeApp/schemas/paige.navic.data.database.CacheDatabase/13.json

This file was deleted.

709 changes: 0 additions & 709 deletions composeApp/schemas/paige.navic.data.database.CacheDatabase/15.json

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"formatVersion": 1,
"database": {
"version": 8,
"identityHash": "a5633d3b6a05443bd78e74863bdf920e",
"version": 16,
"identityHash": "fcce187fc9829230412dfbbc0b96dbe3",
"entities": [
{
"tableName": "AlbumEntity",
Expand Down Expand Up @@ -699,11 +699,35 @@
"songId"
]
}
},
{
"tableName": "cover_colors",
"createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`coverArtId` TEXT NOT NULL, `color` INTEGER NOT NULL, PRIMARY KEY(`coverArtId`))",
"fields": [
{
"fieldPath": "coverArtId",
"columnName": "coverArtId",
"affinity": "TEXT",
"notNull": true
},
{
"fieldPath": "color",
"columnName": "color",
"affinity": "INTEGER",
"notNull": true
}
],
"primaryKey": {
"autoGenerate": false,
"columnNames": [
"coverArtId"
]
}
}
],
"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, 'a5633d3b6a05443bd78e74863bdf920e')"
"INSERT OR REPLACE INTO room_master_table (id,identity_hash) VALUES(42, 'fcce187fc9829230412dfbbc0b96dbe3')"
]
}
}
Loading
Loading