From 7704481e784758031d049ba81b8a3153af21a289 Mon Sep 17 00:00:00 2001 From: wish Date: Fri, 10 Mar 2023 01:09:49 +1100 Subject: [PATCH] fix fpoint items schema --- bundled-schema/FPointItems.sql | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bundled-schema/FPointItems.sql b/bundled-schema/FPointItems.sql index a4f1bac8b..918d81e54 100644 --- a/bundled-schema/FPointItems.sql +++ b/bundled-schema/FPointItems.sql @@ -1,3 +1,5 @@ +BEGIN; + INSERT INTO fpoint_items (item_type, item_id, quantity, fpoints, trade_type) VALUES (7,8895,1,500,0), (7,8891,1,300,0), @@ -384,4 +386,6 @@ INSERT INTO fpoint_items (item_type, item_id, quantity, fpoints, trade_type) VAL (7,16448,1,3,0), (7,16449,1,3,0), (7,16348,1,3,0), -(7,16349,1,3,0) \ No newline at end of file +(7,16349,1,3,0); + +END; \ No newline at end of file