Created
January 13, 2021 23:41
-
-
Save camsaul/92e10d89f8e36724446d2098204eba03 to your computer and use it in GitHub Desktop.
Liquibase generate schema HTML dox
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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