lucky_migrator
lucky_migrator copied to clipboard
Split timestamp in filename so it is more approachable
Right now it bunches everything together: 20180612204856_my_migration
It'd be a lot nicer like this: 2018_06_12_20_48_56_my_migration
or something along those lines
I agree the long number is confusing but I think your other alternative has too many underscores. What about only splitting the date and time like 20180612_204856_my_migration?
I think you’re right that I added too many. Maybe just around the year month and day would work too!
On Jun 13, 2018, at 6:18 AM, Mikias Abera [email protected] wrote:
I agree the long number is confusing but I think your other alternative has too many underscores. What about only splitting the date and time like 20180612_204856_my_migration?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
yeah I see, something like this 2018_06_12_204856_my_migration?
Yeah, I think that is a perfect balance!