From e329f09bf9e195bda96a137e3eaeeec79286674d Mon Sep 17 00:00:00 2001 From: Stefan Schubert Date: Sun, 9 Oct 2022 11:08:29 +0200 Subject: [PATCH] Update V1_0_0_6__addMOTD.sql fixed broken sql syntax cause by IntelliJ copyright module --- .../db/migration/version1_0_0/V1_0_0_6__addMOTD.sql | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sabi-database/src/main/resources/db/migration/version1_0_0/V1_0_0_6__addMOTD.sql b/sabi-database/src/main/resources/db/migration/version1_0_0/V1_0_0_6__addMOTD.sql index 880ade32..196a8abc 100644 --- a/sabi-database/src/main/resources/db/migration/version1_0_0/V1_0_0_6__addMOTD.sql +++ b/sabi-database/src/main/resources/db/migration/version1_0_0/V1_0_0_6__addMOTD.sql @@ -30,12 +30,6 @@ CREATE TABLE `localized_motd` DEFAULT CHARSET = utf8; - -/* - * Copyright (c) 2020 by Stefan Schubert under the MIT License (MIT). - * See project LICENSE file for the detailed terms and conditions. - */ - -- Some Test and Basic Data: INSERT INTO motd (id, publish_date, vanish_date, created_on, lastmod_on) VALUES (100, '2020-01-01 11:31:12', '2020-01-03 11:31:12', '2020-01-04 11:31:12', '2020-01-04 11:31:12');