mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
created portfolio and portfolioUsers schemas with drizzle
This commit is contained in:
parent
4db0ce0091
commit
ac24c48331
2 changed files with 8 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import type { Config } from "drizzle-kit";
|
||||
|
||||
export default {
|
||||
schema: "./src/app/db/schema/users.ts",
|
||||
schema: "./src/app/db/schema/*",
|
||||
out: "./src/app/db/migrations",
|
||||
// dbCredentials: {
|
||||
// host: String(process.env.DB_HOST),
|
||||
|
|
|
|||
|
|
@ -22,6 +22,13 @@
|
|||
"when": 1689012318015,
|
||||
"tag": "0002_hard_human_torch",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 3,
|
||||
"version": "5",
|
||||
"when": 1689094320386,
|
||||
"tag": "0003_past_gamora",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue