Skip to content

Commit 2f06947

Browse files
authored
Remove first line of schema file causing issues for older MySQL clients (librenms#18278)
* Clean up MySQL schema file Removing this line which is causing issues for some people installing for now. * Remove sandbox mode comment from MySQL schema
1 parent cd2d1b5 commit 2f06947

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

database/schema/mysql-schema.sql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/*M!999999\- enable the sandbox mode */
21
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
32
/*!40103 SET TIME_ZONE='+00:00' */;
43
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
@@ -3010,7 +3009,6 @@ CREATE TABLE `wireless_sensors` (
30103009
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
30113010
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
30123011

3013-
/*M!999999\- enable the sandbox mode */
30143012
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (1,'2018_07_03_091314_create_access_points_table',1);
30153013
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (2,'2018_07_03_091314_create_alert_device_map_table',1);
30163014
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (3,'2018_07_03_091314_create_alert_group_map_table',1);

0 commit comments

Comments
 (0)