003_InventoryStore.sql 118 B

12345
  1. BEGIN;
  2. alter table inventoryitems add column inventoryGroupPermissions integer unsigned not null default 0;
  3. COMMIT;