You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using PostgreSQL v16 with extensions such as jobmon and partman.
Each time I run make:migration, it generates a new migration with extensions diffs.
I'm using PostgreSQL v16 with extensions such as jobmon and partman.
Each time I run
make:migration
, it generates a new migration with extensions diffs.With this configuration
The generated down method includes:
How can I restrict migrations to the public schema only ?
The text was updated successfully, but these errors were encountered: