Skip to content

Release version 0.1.0

Compare
Choose a tag to compare
@abogoyavlensky abogoyavlensky released this 20 Jan 19:00
· 51 commits to master since this release
84d804f

0.1.0 - 2022-01-20

Added

  • Add ability to make migrations and migrate for changing table and column.
  • Add ability to drop table and column.
  • Add ability to create, alter and drop index.
  • Add ability to migrate to specific migration number in any direction.
  • Add ability to print list of migrations with statuses.
  • Add ability to print raw SQL for migration.
  • Add ability to create, migrate and explain sql migration type.
  • Add ability to show error messages for users.