Merge branch 'ticket/unstable/279-version-start-date' of git://github.com/edavis10/chiliproject.git into unstable
commit
6e0717261c
@ -0,0 +1,9 @@ |
|||||||
|
class AddStartDateToVersions < ActiveRecord::Migration |
||||||
|
def self.up |
||||||
|
add_column :versions, :start_date, :date |
||||||
|
end |
||||||
|
|
||||||
|
def self.down |
||||||
|
remove_column :versions, :start_date |
||||||
|
end |
||||||
|
end |
Loading…
Reference in new issue