• 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
destination_payment_request_category.xml 562 Bytes