How can i make flyway ignore permissions when it is creating the object files under schema-model

vshclovervshclover Posts: 6 New member
edited January 5, 2024 9:43PM in Flyway Desktop
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 - 

<SecurityPolicy version="1">
        <Include>False</Include>
        <Expression>TRUE</Expression>
</SecurityPolicy>


Thank you

Answers

Leave a Comment

BoldItalicStrikethroughOrdered listUnordered list
Emoji
Image
Align leftAlign centerAlign rightToggle HTML viewToggle full pageToggle lights
Drop image/file