arsood / RoamingRover

App marketplace for dog walkers and clients to connect.
0 stars 5 forks source link

Added groundwork for activity management by clients #30

Closed octopushugs closed 10 years ago

octopushugs commented 10 years ago

Added a new migration which adds columns to DB. Also included a couple getter methods in the model.

arsood commented 10 years ago

Thanks Mike. Before I merge this I noticed that you modified the SQL file directly to change the DB structure. This isn't a good idea because all other structural changes use ActiveRecord migrations, so your changes will not be applied on a consistent basis throughout development. Let's go through your column changes this evening and implement them using AR only :)

octopushugs commented 10 years ago

I undid those changes after that commit and used a new migration after we talked about it a couple days ago.

octopushugs commented 10 years ago

Closing and reissuing.