Skip to content

Commit

Permalink
Update V1_0_0_6__addMOTD.sql
Browse files Browse the repository at this point in the history
fixed broken sql syntax cause by IntelliJ copyright module
  • Loading branch information
StefanSchubert authored Oct 9, 2022
1 parent 188f499 commit e329f09
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit e329f09

Please sign in to comment.