Skip to content

Commit

Permalink
Matching queries on ;\s*\n
Browse files Browse the repository at this point in the history
  • Loading branch information
it0a committed Jun 3, 2015
1 parent 978f9fb commit d36f6ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject seql "0.1.0"
(defproject seql "0.1.1"
:description "schema migrations for the masses"
:url "https://github.com/it0a/seql"
:license {:name "Eclipse Public License"
Expand Down
2 changes: 1 addition & 1 deletion src/seql/files.clj
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
(defn load-migration-content
[filename]
(str/split
(slurp (str "migrations/" filename)) #";\n"))
(slurp (str "migrations/" filename)) #";\s*\n"))

(defn load-databases-file
[filename]
Expand Down

0 comments on commit d36f6ee

Please sign in to comment.