I am using flyway for the first time. I tried to use it in my java swing desktop application. I tried to use it in my project that have existing database. It shows an error
Found non-empty schema(s)
schema_name
without schema history table! Use baseline() or set baselineOnMigrate to true to initialize the schema history table.
I tried to read some documentation but I can't get simple comparison between the both. Please help me to find the difference and which one I can use in this situation. I am using Java API of flyway.