yogthos/migratus

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

オープン

#243 opened on 2023/06/20

 (10 件のコメント) (1 件のリアクション) (0 人の担当者)Clojure (99 件のフォーク)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (686 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド