fireway icon indicating copy to clipboard operation
fireway copied to clipboard

Add CLI flag or environment variable for specifying firestore collection for migration records

Open jderry-lucem opened this issue 1 year ago • 0 comments

The collection used for storing previous migration runs is hard coded as 'fireway'. This creates issues when you want to have multiple migrations for different services in the same project.

One option is to add a flag like: --migrationsCollection service-fireway. This is similar to golang-migrate which has a config option of migrationsTable.

jderry-lucem avatar Jul 05 '23 17:07 jderry-lucem