Comments
2 comments
-
Hi @BNitsche
Absolutely you can, you just need to configure the Oracle comparison options for Flyway Desktop to use!
The following documentation should help you with this:
https://documentation.red-gate.com/sco/setting-project-options-148079194.html
Further down the page you'll find the storage options:Include all storage optionshttps://documentation.red-gate.com/fd/oracle-comparison-options-138347106.html
Includes all storage properties (physical properties) on tables and indexes when comparing and deploying schemas. -
Hi,
thanks that helped, i modified the json file and now the storga options are included
Kind Regards
Bernd
Add comment
Please sign in to leave a comment.
we are currently use Source Control for Oracle. When i create a table in the database and make a checkin in Git the table SQL Script look like this
When i make a checkin in Flyway to Git the Table lokks like this:
The Storage Options are missing. Can i configure Flyway to include this storage optins?
Best Regards
Bernd