Skip to content

Commit

Permalink
pending migrations not working for :type :sql
Browse files Browse the repository at this point in the history
  • Loading branch information
martintrojer committed Mar 26, 2015
1 parent 5f9b4fb commit 4c5ac44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion joplin.jdbc/src/joplin/jdbc/database.clj
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
(defmethod pending-migrations :sql [target & args]
(binding [*migration-table* (get-table target)]
(do-pending-migrations (get-db target)
(get-migrations (:migrator target)))))
(get-sql-migrations (:migrator target)))))

;; ============================================================================
;; Code driven sql migrations
Expand Down

0 comments on commit 4c5ac44

Please sign in to comment.