migratus.migrations
(source)Public Variable | Short Description |
---|---|
->kebab-case (clj) | |
create (clj) | |
destroy (clj) | |
find-migration-files (clj) | |
find-migration-resources (clj) | |
find-migrations (clj) | |
find-migrations* (clj) | |
find-or-create-migration-dir (clj) | |
list-migrations (clj) | |
make-migration (clj) | Constructs a Migration instance from the merged migration file maps collected by find-migrations. |
migration-file-pattern (clj) | |
migration-map (clj) | |
parse-migration-id (clj) | |
parse-name (clj) | |
read-migrations (clj) | |
valid-extension? (clj) | Returns true if file-name extension matches one of the file extensions supported by all migration protocols/multimethods implemented. |
warn-on-invalid-migration (clj) |