V0.6.0 Arroyo Toad

This commit is contained in:
Christian Risi 2024-12-11 21:07:08 +00:00
parent a246a6f700
commit 62bb31c69c
3 changed files with 0 additions and 59 deletions

View File

@ -1,4 +0,0 @@
CREATE TABLE `PublicKeys` (
`deviceID` integer PRIMARY KEY NOT NULL,
`publicKeyPem` text NOT NULL
);

View File

@ -1,42 +0,0 @@
{
"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

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