rubenv / sql-migrate

SQL schema migration tool for Go.
MIT License
3.18k stars 270 forks source link

patch for special sql files #177

Open bigxu opened 4 years ago

bigxu commented 4 years ago
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
rubenv commented 4 years ago

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