chore: generate migration
Some checks failed
ci / ci (22, ubuntu-latest) (push) Failing after 5m15s
Build and Push Docker Image / build (push) Successful in 2m28s

This commit is contained in:
2026-03-25 19:24:53 +01:00
parent 1d5fb09eb0
commit e7bfe602f6
3 changed files with 87 additions and 0 deletions

View File

@@ -0,0 +1 @@
DROP INDEX `links_url_unique`;

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": {}
}
}

View File

@@ -15,6 +15,13 @@
"when": 1773792538248, "when": 1773792538248,
"tag": "0001_tense_grey_gargoyle", "tag": "0001_tense_grey_gargoyle",
"breakpoints": true "breakpoints": true
},
{
"idx": 2,
"version": "6",
"when": 1774463081828,
"tag": "0002_narrow_raider",
"breakpoints": true
} }
] ]
} }