Powered by Mobius announcement.
This commit is contained in:
@@ -8,3 +8,5 @@ CREATE TABLE IF NOT EXISTS `announcements` (
|
||||
`content` text NOT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
INSERT INTO announcements (`type`, `author`, `content`) VALUES (0, 'Mobius', 'Powered by http://mobius.great-forum.com');
|
Reference in New Issue
Block a user