two missing texts linked

This commit is contained in:
Ulf Gebhardt 2015-09-18 02:02:08 +02:00
parent 2d8dfe4738
commit e6dea9271b

View File

@ -88,4 +88,6 @@ INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('webcraft_impressum', 'mojotrollz');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('webcraft_impressum', 'webcraft');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_login', 'mojotrollz');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_login', 'mojotrollz');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_placeholder_username', 'mojotrollz');
INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_placeholder_password', 'mojotrollz');