Settings and activity
7 results found
-
6 votes
An error occurred while saving the comment -
4 votes
Right now, migration scripts will be placed in the default migrations folder. Use the blue folder icon in the top-right of Flyway Desktop to jump to your project on disk. You can then move the migration script into a sub-folder in the migrations directory.
If you move the migration script to a different folder (outside of the migrations directory), then you'll need to update your locations configuration to account for both folders.
We do plan to add this to the GUI, but don't have a timeframe yet.
AdminStephanie (Product Manager, Redgate) shared this idea · -
1 voteAdminStephanie (Product Manager, Redgate) shared this idea ·
-
2 votes
The ability to configure Filters through the Flyway Desktop GUI is on our backlog. If you need any help with this beforehand, please review our docs (https://documentation.red-gate.com/fd/filters-ignore-rules-138347100.html). Please add votes/comments here to help us prioritize this. If you have any additional questions or need help, please contact support@red-gate.com.
Thank you!
AdminStephanie (Product Manager, Redgate) shared this idea · -
254 votes
Hi all. Thank you for your votes and feedback on this issue over the years. Here is our current guidance for this suggestion:
Post-deployment scripts give you flexibility for static data
With SQL Source Control, you can now use a post-deployment script to “dynamically” deploy static data based on a factor such as @@SERVERNAME or other query-able conditions.
SQL Source Control introduced pre- and post- scripts in v6.3.
An example post-deployment script which shows how to control deployment of static data by environment is here: https://documentation.red-gate.com/soc7/common-tasks/working-with-pre-post-deployment-scripts/static-data
If you make heavy use of Static Data, we have stronger support for this in SQL Change Automation.
SQL Change Automation:
- Supports column filtered static data tables in the SCA plugin in SSMS
Supports multiple post-deployment scripts, in case there is a preference to manage static data tables in dedicated post-deployment scripts - Allows approaches like bulk loading larger static data tables by supporting SQLCMD…
AdminStephanie (Product Manager, Redgate) shared this idea · - Supports column filtered static data tables in the SCA plugin in SSMS
-
131 votes
-
6 votes
An error occurred while saving the comment @Renato - As of v3.0, we now delete the workspace we use when you unlink your database.
Thanks for the suggestion. You might be able to script this out using PowerShell and the SQL Data Compare cmdline - https://documentation.red-gate.com/sdc/using-the-command-line. Let us know if that works. Thanks!