-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add supabase cli action #22
Comments
So for type generation it seems like there is an easy way in the CLI action. I don't know if migrations in Supabase CLI action make sense to me. Not sure how I would manage them there. |
Would it be relevant to create an action that, when a file is changed in supabase/migrations/*.sql, updates the types + pushes the migrations to the project db? |
I think so. It's the other way around though. It should update the database with the new migrations and then generate the types from the new database structure. |
This is a great idea. For sure. |
How can we add the Supabase CLI action to the workflow properly ? Do we also need to change how we write migrations ?
The text was updated successfully, but these errors were encountered: