Spaces:
Build error
Build error
File size: 145 Bytes
def1299 |
1 2 3 4 5 6 |
class AddEnableNetworkToSubmissions < ActiveRecord::Migration[5.2]
def change
add_column :submissions, :enable_network, :boolean
end
end
|