Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 521 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 521 Bytes

simple-migration (Its name will change)

Simple DB migration. Its idea has given from Laravel migrarion.

When it will be completed you can use something like this to create a migration :

Usage example

  • MigratonInfo anntotaion use to order classes and run in order
  • Migration will run with a mvn command or call a static method (I will explain it after it's done)