Dmitri Sotnikov
Dmitri Sotnikov
Oh yeah, I'm on Clojurians slack https://clojurians.net with the same id, just ping me on there and we can chat through it. If you want to test a new version...
That sounds like it would be a reasonable idea. Should be easy enough to pass an additional flag for this and then filter against it when selecting the migrations to...
Sounds great, and that would make sense, maybe create could take an additional argument to specify the start time explicitly then and if it's provided use that instead of generating...
Yeah, I think human readable format would be ideal here for create. :) And migrate to `:now` or explicit timestamp sounds good.
I think defaulting to `:now` would be reasonable, that's basically the implicit behavior right now.
That sounds reasonable to me, could do a a heuristic check on the `sql` file content to see if it looks like it has multiple statements in it and warn....
hmm, I'm not able to reproduce with h2 in the REPL ```clojure (ns migtest.core (:require [jdbc.core :as jdbc] [migratus.core :as m])) (def config {:store :database :migration-dir "migrations/" :init-script "init.sql" ;script...
@ieugen agree that test-containers would be a good idea. H2 driver converts the inst into a timestamp, but that shouldn't affect ordering. The actual logic for deciding which migration to...
Any chance you'd be up to do a pr for the fix? :)
You should be able to do that with these flags for the `:pdf-table` * `:keep-together? boolean` - if true, attempts to keep the entire table on the same page. if...