fix migration, complements 7aae7f4d55

This commit is contained in:
wvengen 2014-01-03 12:50:49 +01:00
parent 9219d099c8
commit ebe2966895
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
class AddResultComputedToGroupOrderArticles < ActiveRecord::Migration
def change
add_column :group_order_articles, :result_computed,
:decimal, :precision => 8, :scale => 3,
:null => false, :default => 0
:decimal, :precision => 8, :scale => 3
end
end