Powered by Mobius announcement.

This commit is contained in:
mobius
2015-01-02 13:11:39 +00:00
parent a1dd8a254e
commit ac0830cf5f

View File

@@ -7,4 +7,6 @@ CREATE TABLE IF NOT EXISTS `announcements` (
`author` text NOT NULL,
`content` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
INSERT INTO announcements (`type`, `author`, `content`) VALUES (0, 'Mobius', 'Powered by http://mobius.great-forum.com');