Skip to content

Switched migrations naming schema to support 32bit systems

Choose a tag to compare

@kip9 kip9 released this 03 Apr 13:45
· 438 commits to main since this release

Switched migrations naming schema to work on 32bit systems.
New migration_type is "unmark", and schema for files is:
YYYYMMDDXX, where:

  • YYYY is year (2014)
  • MM is month (10)
  • DD is day of month (31)
  • XX is sequential number of migration for particular date (01, 02 etc)
    Please see documentation in config for more details.
    Migration from older database should work from the scratch, but DB backup before upgrading is recommended.