forked from imbytecat/fullstack-starter
refactor: 抽取 UI 组件、改进错误页面、统一导入路径并简化数据库接口
This commit is contained in:
@@ -2,9 +2,7 @@
|
||||
"version": "8",
|
||||
"dialect": "postgres",
|
||||
"id": "91ea16cc-3353-493c-bc2c-4fc9dea2fce7",
|
||||
"prevIds": [
|
||||
"00000000-0000-0000-0000-000000000000"
|
||||
],
|
||||
"prevIds": ["00000000-0000-0000-0000-000000000000"],
|
||||
"ddl": [
|
||||
{
|
||||
"isRlsEnabled": false,
|
||||
@@ -78,9 +76,7 @@
|
||||
"table": "todo"
|
||||
},
|
||||
{
|
||||
"columns": [
|
||||
"id"
|
||||
],
|
||||
"columns": ["id"],
|
||||
"nameExplicit": false,
|
||||
"name": "todo_pkey",
|
||||
"schema": "public",
|
||||
@@ -89,4 +85,4 @@
|
||||
}
|
||||
],
|
||||
"renames": []
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user