app-zap / PHPFramework

A lightweight PHP framework as a composition of different good features and concepts of other frameworks intended for easy use and fast development
Other
4 stars 1 forks source link

DatabaseMigrator: Allow non-consecutive sql file numbers #24

Closed smichaelsen closed 9 years ago

smichaelsen commented 9 years ago

At the moment the SQL files must be strictly consecutive (starting with 1, increasing by 1 without gaps). There might be cases where you want to delete migration files in the lifecycle of a project, or want to use timestamps or other numbering systems.