Fix DB schema for language models (#133)

This commit is contained in:
Will Chen
2025-05-12 15:14:27 -07:00
committed by GitHub
parent 642895f0ba
commit c63781d7cc
4 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
{
"version": "6",
"dialect": "sqlite",
"id": "29ca03c0-a5d6-4db2-a84a-03721206fdb4",
"id": "f2ef6f83-09f5-4932-b7a0-4b205ba542ec",
"prevId": "ceedb797-6aa3-4a50-b42f-bc85ee08b3df",
"tables": {
"apps": {
@@ -191,10 +191,10 @@
"columns": {
"id": {
"name": "id",
"type": "integer",
"type": "text",
"primaryKey": true,
"notNull": true,
"autoincrement": true
"autoincrement": false
},
"name": {
"name": "name",

View File

@@ -40,8 +40,8 @@
{
"idx": 5,
"version": "6",
"when": 1747083562867,
"tag": "0005_left_thor",
"when": 1747087890389,
"tag": "0005_hesitant_sister_grimm",
"breakpoints": true
}
]