fix: missing field in db schema
This commit is contained in:
parent
39ca394a56
commit
497ea031d8
1
packages/core/db/schema.d.ts
vendored
1
packages/core/db/schema.d.ts
vendored
@ -48,6 +48,7 @@ export interface UserType {
|
||||
password: string;
|
||||
unq_id: string;
|
||||
role: string;
|
||||
created_at: Date;
|
||||
}
|
||||
|
||||
export interface BiliVideoMetadataType {
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@cvsa/core",
|
||||
"private": false,
|
||||
"version": "0.0.9",
|
||||
"version": "0.0.10",
|
||||
"scripts": {
|
||||
"test": "bun --env-file=.env.test run vitest",
|
||||
"build": "bun build ./index.ts --target node --outdir ./dist"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user