Powered by Mobius announcement.
This commit is contained in:
@@ -7,4 +7,6 @@ CREATE TABLE IF NOT EXISTS `announcements` (
|
|||||||
`author` text NOT NULL,
|
`author` text NOT NULL,
|
||||||
`content` text NOT NULL,
|
`content` text NOT NULL,
|
||||||
PRIMARY KEY (`id`)
|
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');
|
Reference in New Issue
Block a user