Skipping Constraint Renames in Schema Migrations
How do I instruct Atlas to not generate RENAME
commands for table constraints in schema migrations when running commands
such as migrate diff
, schema apply
, schema plan
, etc.?
How do I instruct Atlas to not generate RENAME
commands for table constraints in schema migrations when running commands
such as migrate diff
, schema apply
, schema plan
, etc.?
How can I run init
scripts on SQL Server when using GitHub Actions services instead of the Atlas docker
blocks?
How to use a database URL that contains a password with special characters such as @
or #
?