Skip to content

Commit

Permalink
Merge pull request #16 from alekseysotnikov/patch-2
Browse files Browse the repository at this point in the history
Add strategy key :ignore-future
  • Loading branch information
weavejester authored Jun 9, 2021
2 parents 1a4cb53 + 0297984 commit 33077e7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/duct/migrator/ragtime.clj
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@
:down (logger/log logger :report ::rolling-back id))))

(def strategies
{:apply-new strategy/apply-new
:raise-error strategy/raise-error
:rebase strategy/rebase})
{:apply-new strategy/apply-new
:raise-error strategy/raise-error
:rebase strategy/rebase
:ignore-future strategy/ignore-future})

(defprotocol StringSource
(get-string [source]))
Expand Down

0 comments on commit 33077e7

Please sign in to comment.