Introduced StockChange. Implemented first part of stockit-logic with updating article's quantity.

This commit is contained in:
Benjamin Meichsner 2009-01-16 02:17:49 +01:00
parent 7ff0467b16
commit b38025869a
27 changed files with 233 additions and 123 deletions

View file

@ -1,11 +1,11 @@
# == Schema Information
# Schema version: 20090115123421
# Schema version: 20090115232435
#
# Table name: messages
#
# id :integer(4) not null, primary key
# sender_id :integer(4)
# recipients_ids :text default(""), not null
# recipients_ids :text
# subject :string(255) not null
# body :text
# email_state :integer(4) default(0), not null