dev_forum
parent
1e59e577bc
commit
06661522d4
@ -1,7 +1,7 @@
|
|||||||
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
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in new issue