Skip to content

fix: used to store the wrong migration file path in system tables

Georgy Moshkin requested to merge gmoshkin/fix-plugin-migration-path into master

Summary

  • fix: used to store the wrong migration file path in system tables

We use migration file from the manifest file to store it in the system tables and to display logging messages.

But the full filepath is used for reading files from the disk.

  • fix: better info messages when migrations are already applied

  • refactor: distinguish between different kinds of filenames in migrations

  • test: migrations with directories in path don't work


Edited by Georgy Moshkin

Merge request reports