yogthos/migratus

Allow for future migrations that are not run until the timestamp on the migration has passed

开放

#243 创建于 2023年6月20日

 (10 条评论) (1 个反应) (0 位负责人)Clojure (99 个派生)github user discovery
enhancementhelp wanted

仓库指标

星标
 (686 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Add an optional input to migratus/create that sets the date X days in the future, and then update migratus/migrate to skip those.

The use case is for when the table structure changes so that there is an old table or column that needs to be cleaned up. This would let me create that clean up for 30 days when I know all the other code changes have taken place.

贡献者指南