V0.6.0 Arroyo Toad
This commit is contained in:
parent
a246a6f700
commit
62bb31c69c
@ -1,4 +0,0 @@
|
||||
CREATE TABLE `PublicKeys` (
|
||||
`deviceID` integer PRIMARY KEY NOT NULL,
|
||||
`publicKeyPem` text NOT NULL
|
||||
);
|
||||
@ -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": {}
|
||||
}
|
||||
}
|
||||
@ -1,13 +0,0 @@
|
||||
{
|
||||
"version": "7",
|
||||
"dialect": "sqlite",
|
||||
"entries": [
|
||||
{
|
||||
"idx": 0,
|
||||
"version": "6",
|
||||
"when": 1733938913203,
|
||||
"tag": "0000_talented_eternity",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user