giselles-ai / giselle

Giselle: AI for Agentic Workflows. Human-AI Collaboration. Open Source.
https://giselles.ai
Apache License 2.0
11 stars 6 forks source link

Run migration about #120 #131

Closed satococoa closed 3 days ago

satococoa commented 4 days ago

Task description

Run migration for #120 .

Background

https://github.com/giselles-ai/giselle/pull/120#issuecomment-2505188756

TODO (Optional)

satococoa commented 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!
shige commented 3 days ago

@satococoa Is it okay for me to migrate to the production environment now?

satococoa commented 3 days ago

@shige

Yes, it's OK.

shige commented 3 days ago

I'll do it from now on!

shige commented 3 days ago

@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!    
satococoa commented 3 days ago

@shige Thank you. I've confirmed columns and an organizations table is deleted.

shige commented 3 days ago

I finished my OATs. ✅

satococoa commented 3 days ago

I also verified it in the production environment, and it seems to be working fine. ✅