Skip to content

Releases: mattermost/migration-assist

migration-assist-v0.3

10 Oct 15:34
0cfc3e5
Compare
Choose a tag to compare

Changelog

  • 0018700 remove legacy version flag we use version subcommand to replace that (#21)
  • 0cfc3e5 add newly added migrations (126, 127) (#22)

migration-assist-v0.2

13 Sep 11:34
6680221
Compare
Choose a tag to compare

Changelog

  • 664a78b add exlude clause for calls in the main migration config
  • 161948d [MM-60000] Embed mattermost-migrations (#12)

migration-assist-v0.1

09 Aug 13:00
6582489
Compare
Choose a tag to compare

Changelog

  • e8659e4 change branch to main
  • 77a5de0 add calls support
  • 3889d94 Simplify unicode fixes by removing the check for the column
  • 6582489 Merge pull request #15 from mattermost/simplify-unicode-fixes
  • a656679 Merge pull request #14 from mattermost/MM-58713
  • 1e4377e Merge pull request #13 from mattermost/add-calls-template
  • d84fa13 Add docker compose and the workflow for integration tests

migration-assist-v0.0.2

05 Aug 07:17
f675cad
Compare
Choose a tag to compare

Changelog

  • 56b5d0b updates for flag values and add a informative error message
  • d622f60 clone: use a copy of future os.CopyFS function
  • 977dfed add min. git version check and ensure --mattermost-version
  • 35caa6a Merge pull request #9 from mattermost/qol-and-make-remove-null-chars-true-by-default
  • f675cad Merge pull request #11 from mattermost/MM-59981
  • 65cf03f Merge pull request #10 from mattermost/MM-59967

migration-assist-v0.0.1

24 Jul 14:03
19b6938
Compare
Choose a tag to compare

Changelog

  • 545e5cd update module names
  • bd59b5b remove incorrect argument
  • 63c232b postgres: add a check to ensure tables are empty
  • 2a4f3d1 minor refactor
  • dedd7a0 minor imporvements
  • 7c11416 initial commit
  • b425e87 add shcema owner check to postgres, true by default
  • 0ffd904 add search path flag to the post-migrate subcommand
  • 0ad90c9 add remove-null-chars flags
  • 021dce7 add more unicode queries and major project organization
  • 7e74603 add more checks and make them idempotent
  • f04b16c add lint
  • 007f8db add build CI
  • 4e27f03 add boards and playbooks support
  • 2cf2b68 add binary release workflow
  • d27e80f add ability correctly set search path
  • f183173 Update module name
  • ede05ea Update README.md
  • e1dce0f Update README.md
  • 6fa9f0b Merge remote-tracking branch 'origin/main' into add-db-permission-check
  • 19b6938 Merge pull request #8 from mattermost/fix-version
  • dabd1aa Merge pull request #7 from mattermost/add-binary-releases
  • 1065177 Merge pull request #6 from mattermost/add-db-tables-check
  • eb30b52 Merge pull request #5 from mattermost/add-db-permission-check
  • 7a75a34 Merge pull request #3 from shieldsjared/migrations-dir-typo
  • f0acdc2 Merge pull request #1 from mattermost/agnivade-patch-1
  • 9b95ff1 Merge pull request #1 from ermanimer/main
  • 79df16d Fixed typo in check for "--migrations-dir" flag
  • 808e085 Fix minor code smells