sql-migrate icon indicating copy to clipboard operation
sql-migrate copied to clipboard

patch for special sql files

Open bigxu opened this issue 5 years ago • 1 comments
trafficstars

patch for special sql files
now, you can speical sql file names which need to apply

sql-migrate 20200512181004-admin_user-init.sql down
sql-migrate down 20200512181004-admin_user-init.sql

bigxu avatar May 14 '20 06:05 bigxu

I'm not sure this is a good idea. It promotes ad-hoc database tweaking, which is exactly what you should avoid.

rubenv avatar May 15 '20 09:05 rubenv