yogthos/migratus

Migratus running migrations already marked as ran

開放

#206 建立於 2021年11月8日

 (5 則留言) (0 個反應) (0 位負責人)Clojure (99 個分叉)github user discovery
enhancementhelp wanted

倉庫指標

星標
 (686 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

I have this row in the schema_migrations table:

20210301103792 2021-09-07 18:00:32.904475 prototype-parirty-changes

and a file called 20210301103792-prototype-parirty-changes.up.sql

yet when I run lein migratus, it still tries to run this migration. How can I make it skip migrations that have already been run (in this case, manually)? What else besides a line in the schema_migrations table does it take and if it looks for some other signal, what is the point of this schema_migrations table?

貢獻者指南