Skip to content

Commit 07eccd8

Browse files
committed
fix: rollback change
1 parent c9e283f commit 07eccd8

File tree

1 file changed

+3
-35
lines changed
  • app/schemas/to.bitkit.data.AppDb

1 file changed

+3
-35
lines changed

app/schemas/to.bitkit.data.AppDb/1.json

Lines changed: 3 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"formatVersion": 1,
33
"database": {
44
"version": 1,
5-
"identityHash": "548162ed64d13ae0bed807c23709b850",
5+
"identityHash": "ea0d5b36d92a5a3fb1523c3064686f7d",
66
"entities": [
77
{
88
"tableName": "config",
@@ -23,44 +23,12 @@
2323
},
2424
"indices": [],
2525
"foreignKeys": []
26-
},
27-
{
28-
"tableName": "invoice_tag",
29-
"createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`paymentHash` TEXT NOT NULL, `tags` TEXT NOT NULL, `createdAt` INTEGER NOT NULL, PRIMARY KEY(`paymentHash`))",
30-
"fields": [
31-
{
32-
"fieldPath": "paymentHash",
33-
"columnName": "paymentHash",
34-
"affinity": "TEXT",
35-
"notNull": true
36-
},
37-
{
38-
"fieldPath": "tags",
39-
"columnName": "tags",
40-
"affinity": "TEXT",
41-
"notNull": true
42-
},
43-
{
44-
"fieldPath": "createdAt",
45-
"columnName": "createdAt",
46-
"affinity": "INTEGER",
47-
"notNull": true
48-
}
49-
],
50-
"primaryKey": {
51-
"autoGenerate": false,
52-
"columnNames": [
53-
"paymentHash"
54-
]
55-
},
56-
"indices": [],
57-
"foreignKeys": []
5826
}
5927
],
6028
"views": [],
6129
"setupQueries": [
6230
"CREATE TABLE IF NOT EXISTS room_master_table (id INTEGER PRIMARY KEY,identity_hash TEXT)",
63-
"INSERT OR REPLACE INTO room_master_table (id,identity_hash) VALUES(42, '548162ed64d13ae0bed807c23709b850')"
31+
"INSERT OR REPLACE INTO room_master_table (id,identity_hash) VALUES(42, 'ea0d5b36d92a5a3fb1523c3064686f7d')"
6432
]
6533
}
66-
}
34+
}

0 commit comments

Comments
 (0)