V0.6.0 Arroyo Toad

This commit is contained in:
Christian Risi
2024-12-11 21:06:26 +00:00
parent fe9908d635
commit a246a6f700
9 changed files with 789 additions and 1 deletions

View File

@@ -0,0 +1,42 @@
{
"version": "6",
"dialect": "sqlite",
"id": "470a58bd-e8ee-4a66-8d46-cf02228639e3",
"prevId": "00000000-0000-0000-0000-000000000000",
"tables": {
"PublicKeys": {
"name": "PublicKeys",
"columns": {
"deviceID": {
"name": "deviceID",
"type": "integer",
"primaryKey": true,
"notNull": true,
"autoincrement": false
},
"publicKeyPem": {
"name": "publicKeyPem",
"type": "text",
"primaryKey": false,
"notNull": true,
"autoincrement": false
}
},
"indexes": {},
"foreignKeys": {},
"compositePrimaryKeys": {},
"uniqueConstraints": {},
"checkConstraints": {}
}
},
"views": {},
"enums": {},
"_meta": {
"schemas": {},
"tables": {},
"columns": {}
},
"internal": {
"indexes": {}
}
}

View File

@@ -0,0 +1,13 @@
{
"version": "7",
"dialect": "sqlite",
"entries": [
{
"idx": 0,
"version": "6",
"when": 1733938913203,
"tag": "0000_talented_eternity",
"breakpoints": true
}
]
}