• 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
z_related_strict_membership_payment_request_uid_from_stock.xml 2.04 KB