Skip to content

Releases: ShkrutDenis/go-migrations

Add verbose flag

27 Apr 17:50
8196f4f
Compare
Choose a tag to compare

Add verbose flag --verbose for get more info in console

Update cmd flags. Update template

20 Apr 18:58
343a7d1
Compare
Choose a tag to compare

Features:

  • add CMD flags for change path and filename for env file.

Other:

  • add examples;
  • add DB_HOST and DB_PORT variables for create connection;
  • update entry.go template.

Add Postgres builder

20 Apr 16:19
6c14617
Compare
Choose a tag to compare

Features:

  • Add query builder for Postgres.

Bugfixes:

  • fixed the set default value;
  • fixed the multiply drop columns:
  • fixed initial script and README.

GoLang migration system

09 Apr 09:18
ac56703
Compare
Choose a tag to compare

Added basic migration system
Added query builder for MySQL