fix: refs #6818 add defaultChannel
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jorge Penadés 2024-11-14 11:18:38 +01:00
parent 25b05637a6
commit a37332f7be
1 changed files with 0 additions and 2 deletions

View File

@ -4026,7 +4026,5 @@ INSERT IGNORE INTO vn.saySimpleCountry (countryFk, channel)
VALUES (19, 1169),
(8, 1183);
ALTER TABLE vn.saySimpleConfig ADD COLUMN defaultChannel TINYINT(4);
INSERT IGNORE INTO vn.saySimpleConfig (url, defaultChannel)
VALUES ('saysimle-url-mock', 1320);