#354: cleanup
This commit is contained in:
parent
ea8bb0b42b
commit
0951ef6609
|
@ -1,6 +1,6 @@
|
|||
class AddAutostartStatusToProjects < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :projects, :autostart_status, :integer
|
||||
add_column :project_to_repositories, :autostart_options, :hstore#, default: '', null: false
|
||||
add_column :project_to_repositories, :autostart_options, :hstore
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue