chore: generate migration
Some checks failed
ci / ci (22, ubuntu-latest) (push) Has been cancelled
Build and Push Docker Image / build (push) Successful in 1m28s

This commit is contained in:
2026-03-25 19:48:56 +01:00
parent 1d5fb09eb0
commit 73c6bdb89b
4 changed files with 88 additions and 0 deletions

View File

@@ -0,0 +1,79 @@
{
"version": "6",
"dialect": "sqlite",
"id": "a78f922b-eacd-483e-b14d-5cdfadaac74b",
"prevId": "0e8befef-3e4f-43f1-a031-95c2ca514e30",
"tables": {
"links": {
"name": "links",
"columns": {
"id": {
"name": "id",
"type": "integer",
"primaryKey": true,
"notNull": true,
"autoincrement": true
},
"name": {
"name": "name",
"type": "text",
"primaryKey": false,
"notNull": true,
"autoincrement": false
},
"path": {
"name": "path",
"type": "text",
"primaryKey": false,
"notNull": true,
"autoincrement": false
},
"url": {
"name": "url",
"type": "text",
"primaryKey": false,
"notNull": true,
"autoincrement": false
},
"disabled": {
"name": "disabled",
"type": "integer",
"primaryKey": false,
"notNull": true,
"autoincrement": false,
"default": false
}
},
"indexes": {
"links_name_unique": {
"name": "links_name_unique",
"columns": [
"name"
],
"isUnique": true
},
"links_path_unique": {
"name": "links_path_unique",
"columns": [
"path"
],
"isUnique": true
}
},
"foreignKeys": {},
"compositePrimaryKeys": {},
"uniqueConstraints": {},
"checkConstraints": {}
}
},
"views": {},
"enums": {},
"_meta": {
"schemas": {},
"tables": {},
"columns": {}
},
"internal": {
"indexes": {}
}
}