fix: used to store the wrong migration file path in system tables
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
- Close #830 (closed)
Edited by Georgy Moshkin