mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-15 08:25:09 +01:00
fix Distribution typing, accepting & add demo
This commit is contained in:
@@ -7,7 +7,7 @@ CREATE TABLE public.distribution_items
|
||||
(
|
||||
id serial PRIMARY KEY,
|
||||
distribution_id integer NOT NULL,
|
||||
item_type integer,
|
||||
item_type integer NOT NULL,
|
||||
item_id integer,
|
||||
quantity integer
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user