automate netcafe reset

This commit is contained in:
wish
2022-10-24 09:14:57 +11:00
parent 2013f51233
commit 25a6527c93
4 changed files with 29 additions and 12 deletions

View File

@@ -0,0 +1,13 @@
BEGIN;
INSERT INTO public.cafebonus (time_req, item_type, item_id, quantity)
VALUES
(1800, 17, 0, 250),
(3600, 17, 0, 500),
(7200, 17, 0, 1000),
(10800, 17, 0, 1500),
(18000, 17, 0, 1750),
(28800, 17, 0, 3000),
(43200, 17, 0, 4000);
END;