parent
80f4c8f6ba
commit
8097531dbb
@ -1,5 +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_time, :float
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
class AddTsTimeToOutputs < ActiveRecord::Migration[5.2]
|
|
||||||
def change
|
|
||||||
add_column :outputs, :ts_time, :float
|
|
||||||
end
|
|
||||||
end
|
|
@ -1,5 +0,0 @@
|
|||||||
class AddTsMemToOutputs < ActiveRecord::Migration[5.2]
|
|
||||||
def change
|
|
||||||
add_column :outputs, :ts_mem, :float
|
|
||||||
end
|
|
||||||
end
|
|
Loading…
Reference in new issue