fix migration, complements 7aae7f4d55
This commit is contained in:
parent
9219d099c8
commit
ebe2966895
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
||||||
class AddResultComputedToGroupOrderArticles < ActiveRecord::Migration
|
class AddResultComputedToGroupOrderArticles < ActiveRecord::Migration
|
||||||
def change
|
def change
|
||||||
add_column :group_order_articles, :result_computed,
|
add_column :group_order_articles, :result_computed,
|
||||||
:decimal, :precision => 8, :scale => 3,
|
:decimal, :precision => 8, :scale => 3
|
||||||
:null => false, :default => 0
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue