Add optional boxfill phase to orders

This commit is contained in:
wvengen 2015-09-23 22:38:20 +02:00
parent c1413ff817
commit a03789e048
13 changed files with 201 additions and 50 deletions

View file

@ -0,0 +1,5 @@
class AddBoxfillToOrder < ActiveRecord::Migration
def change
add_column :orders, :boxfill, :datetime
end
end