9eb2125f15
OrderResult tables are removed. Data consistency is now possible through new article.price-history (ArticlePrice). Balancing-workflow needs to be updated.
20 lines
526 B
YAML
20 lines
526 B
YAML
# == Schema Information
|
|
# Schema version: 20090120184410
|
|
#
|
|
# Table name: orders
|
|
#
|
|
# id :integer(4) not null, primary key
|
|
# supplier_id :integer(4)
|
|
# note :text
|
|
# starts :datetime
|
|
# ends :datetime
|
|
# state :string(255) default("open")
|
|
# lock_version :integer(4) default(0), not null
|
|
# updated_by_user_id :integer(4)
|
|
#
|
|
|
|
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
|
first:
|
|
id: 1
|
|
another:
|
|
id: 2
|