1. 21 Feb, 2013 2 commits
    • Jérome Perrin's avatar
      Add 'payment_request' in inventory API · 4f0931e7
      Jérome Perrin authored
      To migrate, run:
      alter table stock add column payment_request_uid bigint unsigned after funding_uid, add index payment_request_uid (payment_request_uid);
      alter table inventory_stock add column payment_request_uid bigint unsigned after funding_uid;
      4f0931e7
    • Jérome Perrin's avatar
      Add 'funding' in inventory API · 3e0f972b
      Jérome Perrin authored
      To migrate, run:
      alter table stock add column funding_uid bigint unsigned after payment_uid, add index funding_uid (funding_uid);
      alter table inventory_stock add column funding_uid bigint unsigned after payment_uid;
      3e0f972b
  2. 20 Feb, 2013 10 commits
  3. 19 Feb, 2013 2 commits
  4. 18 Feb, 2013 5 commits
  5. 15 Feb, 2013 3 commits
  6. 14 Feb, 2013 5 commits
  7. 13 Feb, 2013 4 commits
  8. 12 Feb, 2013 3 commits
  9. 11 Feb, 2013 6 commits