Closed satococoa closed 3 days ago
I've executed this on Preview.
❯ bunx drizzle-kit migrate
drizzle-kit: v0.23.0
drizzle-orm: v0.32.1
No config path provided, using default path
Reading config file '/Users/satoshi/dev/src/github.com/giselles-ai/giselle/drizzle.config.ts'
Using '@vercel/postgres' driver for database querying
Warning '@vercel/postgres' can only connect to remote Neon/Vercel Postgres/Supabase instances through a websocket
[✓] migrations applied successfully!
@satococoa Is it okay for me to migrate to the production environment now?
@shige
Yes, it's OK.
I'll do it from now on!
@satococoa I did it!
bun drizzle-kit migrate
drizzle-kit: v0.23.0
drizzle-orm: v0.32.1
No config path provided, using default path
Reading config file '/Users/tadashi_shigeoka/works/giselles-ai/giselle/drizzle.config.ts'
Using '@vercel/postgres' driver for database querying
Warning '@vercel/postgres' can only connect to remote Neon/Vercel Postgres/Supabase instances through a websocket
[✓] migrations applied successfully!
@shige Thank you. I've confirmed columns and an organizations table is deleted.
I finished my OATs. ✅
I also verified it in the production environment, and it seems to be working fine. ✅
Task description
Run migration for #120 .
Background
https://github.com/giselles-ai/giselle/pull/120#issuecomment-2505188756
TODO (Optional)