Add nxcoupons data changeset

This commit is contained in:
P0nk
2025-07-01 16:36:58 +02:00
parent 295144758d
commit d4c65ed690
3 changed files with 44 additions and 42 deletions

View File

@@ -0,0 +1,41 @@
INSERT INTO lb_nxcoupons (couponid, rate, activeday, starthour, endhour)
VALUES (211000, 2, 254, 18, 20),
(211004, 2, 124, 7, 11),
(211005, 2, 124, 10, 14),
(211006, 2, 124, 13, 17),
(211007, 2, 124, 16, 20),
(211008, 2, 124, 19, 23),
(211009, 2, 130, 7, 11),
(211010, 2, 130, 10, 14),
(211011, 2, 130, 13, 17),
(5211012, 2, 130, 16, 20),
(5211013, 2, 130, 19, 23),
(5211014, 2, 254, 7, 11),
(5211015, 2, 254, 10, 14),
(5211016, 2, 254, 13, 17),
(5211017, 2, 254, 16, 20),
(5211018, 2, 254, 19, 23),
(5211037, 2, 124, 0, 4),
(5211038, 2, 130, 0, 4),
(5211039, 2, 254, 0, 4),
(5211040, 2, 124, 3, 7),
(5211041, 2, 130, 3, 7),
(5211042, 2, 254, 3, 7),
(5211043, 2, 124, 6, 10),
(5211044, 2, 130, 6, 10),
(5211045, 2, 254, 6, 10),
(5211046, 2, 254, 0, 24),
(5211048, 2, 254, 0, 24),
(5211049, 2, 254, 0, 24),
(5211052, 3, 255, 0, 24),
(5211060, 3, 255, 0, 24),
(5360000, 2, 254, 0, 24),
(5360001, 2, 254, 7, 11),
(5360002, 2, 254, 10, 14),
(5360003, 2, 254, 13, 17),
(5360004, 2, 254, 16, 20),
(5360005, 2, 254, 19, 23),
(5360006, 2, 254, 0, 4),
(5360007, 2, 254, 3, 7),
(5360008, 2, 254, 6, 10),
(5360042, 2, 254, 0, 24);

View File

@@ -132,5 +132,8 @@
<changeSet id="141" author="Ponk">
<sqlFile path="db/141-specialcashitems-data.sql"/>
</changeSet>
<changeSet id="142" author="Ponk">
<sqlFile path="db/142-nxcoupons-data.sql"/>
</changeSet>
</databaseChangeLog>