What use is database versioning system in Ruby on Rails if your team mates don't use them? o.o;;
Argh! Now that I want to revert to an older version, it's hell! Using rake db:migrate VERSION=_ won't work properly unless I either use all the unedited files or all the new files ;_;
Currently trying to it x.x