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
Copy file name to clipboardExpand all lines: lib/core/storage/schemas/bull_database/drift_schema_v14.json
-46Lines changed: 0 additions & 46 deletions
Original file line number
Diff line number
Diff line change
@@ -2038,43 +2038,6 @@
2038
2038
"vout"
2039
2039
]
2040
2040
}
2041
-
},
2042
-
{
2043
-
"id": 16,
2044
-
"references": [],
2045
-
"type": "table",
2046
-
"data": {
2047
-
"name": "dismissed_announcements",
2048
-
"was_declared_in_moor": false,
2049
-
"columns": [
2050
-
{
2051
-
"name": "announcement_id",
2052
-
"getter_name": "announcementId",
2053
-
"moor_type": "string",
2054
-
"nullable": false,
2055
-
"customConstraints": null,
2056
-
"default_dart": null,
2057
-
"default_client_dart": null,
2058
-
"dsl_features": []
2059
-
},
2060
-
{
2061
-
"name": "dismissed_at",
2062
-
"getter_name": "dismissedAt",
2063
-
"moor_type": "dateTime",
2064
-
"nullable": false,
2065
-
"customConstraints": null,
2066
-
"default_dart": null,
2067
-
"default_client_dart": null,
2068
-
"dsl_features": []
2069
-
}
2070
-
],
2071
-
"is_virtual": false,
2072
-
"without_rowid": false,
2073
-
"constraints": [],
2074
-
"explicit_pk": [
2075
-
"announcement_id"
2076
-
]
2077
-
}
2078
2041
}
2079
2042
],
2080
2043
"fixed_sql": [
@@ -2221,15 +2184,6 @@
2221
2184
"sql": "CREATE TABLE IF NOT EXISTS \"frozen_utxos\" (\"wallet_id\" TEXT NOT NULL, \"tx_id\" TEXT NOT NULL, \"vout\" INTEGER NOT NULL, PRIMARY KEY (\"wallet_id\", \"tx_id\", \"vout\"));"
2222
2185
}
2223
2186
]
2224
-
},
2225
-
{
2226
-
"name": "dismissed_announcements",
2227
-
"sql": [
2228
-
{
2229
-
"dialect": "sqlite",
2230
-
"sql": "CREATE TABLE IF NOT EXISTS \"dismissed_announcements\" (\"announcement_id\" TEXT NOT NULL, \"dismissed_at\" TEXT NOT NULL, PRIMARY KEY (\"announcement_id\"));"
0 commit comments