Have a use case where flyway will execute the migration for script which creates a view in the Hana.
generally in SQL, we use DROP IF EXIST my_user_view; which prevents the script from erroring out for duplicate names. But in Hana database exists ...