|
|
@ -1,6 +1,6 @@
|
|
|
|
class AddSecKeyToOutputs < ActiveRecord::Migration[5.2]
|
|
|
|
class AddSecKeyToOutputs < ActiveRecord::Migration[5.2]
|
|
|
|
def change
|
|
|
|
def change
|
|
|
|
add_column :outputs, :sec_key, :string
|
|
|
|
#add_column :outputs, :sec_key, :string
|
|
|
|
add_column :outputs, :ts_mem, :float
|
|
|
|
add_column :outputs, :ts_mem, :float
|
|
|
|
add_column :outputs, :ts_time, :float
|
|
|
|
add_column :outputs, :ts_time, :float
|
|
|
|
end
|
|
|
|
end
|
|
|
|