openvsx icon indicating copy to clipboard operation
openvsx copied to clipboard

Flyway migration scripts hardcoded public schema

Open rutherfordjw opened this issue 3 years ago • 1 comments

Issue

The flyway migration scripts hard code the public schema for every table. This makes it impossible to use a different schema without modifying the migration scripts.

Suggested Solution

The migration scripts should not specify a schema. Rather, the application should default to using the public schema if a schema is not specified.

rutherfordjw avatar Mar 11 '21 17:03 rutherfordjw

I agree. But I don't know whether it's possible to change this such that Flyway accepts the modified migrations on existing deployments.

spoenemann avatar Mar 12 '21 07:03 spoenemann