Skip to content

Instantly share code, notes, and snippets.

@igrishaev
Created March 11, 2024 19:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igrishaev/d4b6865f0fa9d1fd64596b5180057667 to your computer and use it in GitHub Desktop.
Save igrishaev/d4b6865f0fa9d1fd64596b5180057667 to your computer and use it in GitHub Desktop.
{:aliases
{:migrations
{:extra-deps
{com.github.igrishaev/pg2-migration {:mvn/version "0.1.5-SNAPSHOT"}}
:extra-paths
["test/resources"]
:main-opts
["-m" "pg.migration.cli"
"-h" "127.0.0.1"
"-p" "10150"
"-u" "test"
"-w" "test"
"-d" "test"
"--table" "migrations_test"
"--path" "migrations"
"list"]}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment