Skip to content

Instantly share code, notes, and snippets.

@camsaul
Created January 13, 2021 23:41
Show Gist options
  • Save camsaul/92e10d89f8e36724446d2098204eba03 to your computer and use it in GitHub Desktop.
Save camsaul/92e10d89f8e36724446d2098204eba03 to your computer and use it in GitHub Desktop.
Liquibase generate schema HTML dox
lein update-in : assoc :dependencies '^:replace [[org.clojure/clojure "1.10.1"] [org.liquibase/liquibase-core "3.5.5"] [org.postgresql/postgresql "42.2.8"]]' -- \
update-in : dissoc :aliases -- \
with-profile -run \
run -m liquibase.integration.commandline.Main \
--changeLogFile=resources/migrations/000_migrations.yaml \
--url='jdbc:postgresql://localhost:5432/metabase?user=cam&password=cam' \
dbDoc target/liquibase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment