postgres: make sure to store id as varchar if uuid

This commit is contained in:
dswbx
2025-06-07 09:59:50 +02:00
parent 5b318ce485
commit e66e05b2b0
3 changed files with 51 additions and 3 deletions

View File

@@ -26,7 +26,7 @@
},
"app": {
"name": "bknd",
"version": "0.13.1-rc.0",
"version": "0.14.0-rc.0",
"bin": "./dist/cli/index.js",
"dependencies": {
"@cfworker/json-schema": "^4.1.1",
@@ -45,6 +45,7 @@
"bcryptjs": "^3.0.2",
"dayjs": "^1.11.13",
"fast-xml-parser": "^5.0.8",
"hono": "^4.7.11",
"json-schema-form-react": "^0.0.2",
"json-schema-library": "10.0.0-rc7",
"json-schema-to-ts": "^3.1.1",
@@ -82,7 +83,6 @@
"autoprefixer": "^10.4.21",
"clsx": "^2.1.1",
"dotenv": "^16.4.7",
"hono": "4.7.11",
"jotai": "^2.12.2",
"jsdom": "^26.0.0",
"jsonv-ts": "^0.1.0",