Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Upgrade Flyway #933

Merged
merged 4 commits into from
Aug 25, 2023
Merged

Commits on Aug 23, 2023

  1. Upgrade Flyway

    In 9.1.4 Flyway changed to use transactional locks, but it causes
    migrations to freeze. Reverted to old default.
    
    In 9.19.0 breaks things. Audit tables create a log of added kayttaja
    entries. The audit log try to use the function current_kayttaja_id(),
    which relies on "application name" being set. It's set in
    beforeMigration.sql, but in this version callbacks have a separate
    connection. Added ApplicationName to connection url to get around the
    problem.
    
    Implements: AE-1909
    solita-antti-mottonen committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    7adf34f View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    c5dfff2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d13a571 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Fix typos

    solita-antti-mottonen committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    c2ac9d4 View commit details
    Browse the repository at this point in the history