(apply-new applied migrations)
A strategy to apply any new migrations, irregardless of whether they come before migrations already applied to the database.
A strategy to apply any new migrations, irregardless of whether they come before migrations already applied to the database.
(raise-error applied migrations)
A strategy that raises an error if there are any conflicts between the applied migrations and the defined migration list. This is useful for production use.
A strategy that raises an error if there are any conflicts between the applied migrations and the defined migration list. This is useful for production use.
(rebase applied migrations)
A strategy that rollbacks the database to the first conflict, then applies the successive migrations in order. This is useful when developing, but is not suitable for production use.
A strategy that rollbacks the database to the first conflict, then applies the successive migrations in order. This is useful when developing, but is not suitable for production use.
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |