created portfolio and portfolioUsers schemas with drizzle

This commit is contained in:
Khalim Conn-Kowlessar 2023-07-11 17:52:46 +01:00
parent 4db0ce0091
commit ac24c48331
2 changed files with 8 additions and 1 deletions

View file

@ -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),

View file

@ -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
}
]
}