Mercurial > hg > soundsoftware-site
view db/migrate/052_add_changes_revision.rb @ 1418:fab9719b189e biblio_alt_search_auth
removed author_options (unused).
| author | luisf <luis.figueira@eecs.qmul.ac.uk> |
|---|---|
| date | Tue, 01 Oct 2013 18:20:02 +0100 |
| parents | 513646585e45 |
| children |
line wrap: on
line source
class AddChangesRevision < ActiveRecord::Migration def self.up add_column :changes, :revision, :string end def self.down remove_column :changes, :revision end end
