fix(DB/Gossips): add missing gossip texts to Niby the Almighty (#9692)
Fixes #8885
This commit is contained in:
parent
35529b5065
commit
57c7445c23
1 changed files with 8 additions and 0 deletions
|
|
@ -0,0 +1,8 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1639429763496903700');
|
||||
|
||||
DELETE FROM `gossip_menu` WHERE `menuid` IN (5844,5843,5842,5841);
|
||||
INSERT INTO `gossip_menu` VALUES
|
||||
(5844,7002),
|
||||
(5843,7003),
|
||||
(5842,7004),
|
||||
(5841,7005);
|
||||
Loading…
Add table
Add a link
Reference in a new issue