correct minutes->seconds

This commit is contained in:
wish
2022-08-13 17:23:33 +10:00
parent 3bb0ab6295
commit ac90c2dd09
2 changed files with 6 additions and 6 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,
minutes_req integer NOT NULL,
seconds_req integer NOT NULL,
item_type integer NOT NULL,
item_id integer NOT NULL,
quantity integer NOT NULL