karenc / db-migrator

GNU Affero General Public License v3.0
4 stars 5 forks source link

Allow mark to accept multiple timestamps #53

Closed karenc closed 6 years ago

karenc commented 6 years ago

If there is a list of migrations that needs to be marked as completed (or not completed or deferred), we currently have to do:

dbmigrator mark -t 20160228212456
dbmigrator mark -t 20160228202637

Now it will accept a list and we can do this instead:

dbmigrator mark -t 20160228212456 20160228202637
coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.06%) to 97.572% when pulling 90a1ae319d4e03d82f8d1621cde64f114c642d9e on mark-multiple into 3024d5eddf58cd3e171bc7f08cf4be5b255cbf0e on master.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.04%) to 97.67% when pulling d180d371ec72f3d121361ae347c1eab2357146e1 on mark-multiple into 3024d5eddf58cd3e171bc7f08cf4be5b255cbf0e on master.