migratus
migratus copied to clipboard
How to baseline migrations
Can you please suggest a strategy for compressing a large timeline of migrations?
Given a large accumulation of migrations I would ideally like to create a single migration that contains all the combined schema changes so far and have that be the new latest applied patch in the schema table.
Is there any provision to do this through migratus commands, or would it involve manually updating the schema table data?