handle receiving multiple items

This commit is contained in:
wish
2022-08-13 17:46:17 +10:00
parent ac90c2dd09
commit 0ba9adcc88
2 changed files with 27 additions and 18 deletions

View File

@@ -6,7 +6,7 @@ ALTER TABLE IF EXISTS public.characters
CREATE TABLE IF NOT EXISTS public.cafebonus
(
id integer NOT NULL PRIMARY KEY,
seconds_req integer NOT NULL,
time_req integer NOT NULL,
item_type integer NOT NULL,
item_id integer NOT NULL,
quantity integer NOT NULL