IAV-1361/feat(db): widen legal company string columns via Flyway for production DB + align Flyway deps
- Add V1_0_0__legal_company_string_widen.sql (Flyway) to migrate production databases: expand company_informations and related company profile tables from VARCHAR(255) to TEXT / sized VARCHARs to match JPA entities and prevent truncation on long extracted values.
- Add flyway-core dependency; bump iavia-common to 0.0.172-RELEASE.