2014-02-17 21:02:48 +00:00
|
|
|
class AddAutostartStatusToProjects < ActiveRecord::Migration
|
|
|
|
def change
|
|
|
|
add_column :projects, :autostart_status, :integer
|
2014-02-17 21:07:49 +00:00
|
|
|
add_column :project_to_repositories, :autostart_options, :hstore
|
2014-02-17 21:02:48 +00:00
|
|
|
end
|
|
|
|
end
|