Mercurial > hg > soundsoftware-site
view .svn/pristine/65/653ab59d743f1df845b36eb098daf383b44a28a4.svn-base @ 1561:6074fffd8a1d feature_1136
No, a bare repo is better
author | Chris Cannam |
---|---|
date | Thu, 14 Jan 2016 12:03:06 +0000 |
parents | 261b3d9a4903 |
children |
line wrap: on
line source
class AddRepositoriesCreatedOn < ActiveRecord::Migration def up add_column :repositories, :created_on, :timestamp end def down remove_column :repositories, :created_on end end