How can i make flyway ignore permissions when it is creating the object files under schema-model
vshclover
Posts: 6 New member
Flyway creates sql object files for me with all the permissions related DDL ('GRANT SELECT', 'GRANT EXECUTE' etc.) How can i avoid it ? I looked thru the options in the Filter.scpf. but could not identify the one responsible for this.
For some reason I don't see Comparison Options and Data Options on the Sattic Data & Comparisons popup. ??? i see it in the documentation.
tried manually setting Filter.scpf with false in this tag, but did not help -
Thank you
For some reason I don't see Comparison Options and Data Options on the Sattic Data & Comparisons popup. ??? i see it in the documentation.
tried manually setting Filter.scpf with false in this tag, but did not help -
<SecurityPolicy version="1">
<Include>False</Include>
<Expression>TRUE</Expression>
</SecurityPolicy>
Thank you
Tagged:
Answers
Can I ask what type of database engine you're using within Flyway Desktop?
Kind regards
Dan Calver | Redgate Software
Have you visited our Help Center?