dev_forum
parent
01b6d046ed
commit
3866a135be
@ -1,5 +1,5 @@
|
|||||||
class AddTsMemForOutputs < ActiveRecord::Migration[5.2]
|
class AddTsMemForOutputs < ActiveRecord::Migration[5.2]
|
||||||
def change
|
def change
|
||||||
add_column :outputs, :ts_mem, :float
|
#add_column :outputs, :ts_mem, :float
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
class AddTsTimeForOutputs < ActiveRecord::Migration[5.2]
|
class AddTsTimeForOutputs < ActiveRecord::Migration[5.2]
|
||||||
def change
|
def change
|
||||||
add_column :outputs, :ts_time, :float
|
#add_column :outputs, :ts_time, :float
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in new issue