yogthos/migratus

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

Aberta

#243 aberto em 20 de jun. de 2023

 (10 comentários) (1 reação) (0 responsável)Clojure (99 forks)github user discovery
enhancementhelp wanted

Métricas do repositório

Stars
 (686 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador