This commit is contained in:
Jose Gonzalez 2023-03-14 10:01:09 +01:00
parent 3eced53695
commit 93a912b76b
1 changed files with 2 additions and 0 deletions

View File

@ -155,4 +155,6 @@ INSERT INTO `twelcome_tip_file` (`twelcome_tip_file`, `filename`, `path`) VALUES
(20, 'zoom_en_graficas.png', 'images/tips/'),
(22, 'politica_de_pass.png', 'images/tips/');
ALTER TABLE `tusuario` ADD COLUMN `show_tips_startup` TINYINT UNSIGNED NOT NULL DEFAULT 1;
COMMIT;