Ports vg's library machinery, also flagging books

This commit is contained in:
Tastyfish
2016-04-10 20:38:10 -04:00
parent 1b8711171a
commit 65432404fa
14 changed files with 945 additions and 471 deletions
+1
View File
@@ -401,6 +401,7 @@ CREATE TABLE `SS13_library` (
`content` text NOT NULL,
`category` text NOT NULL,
`ckey` varchar(45) NOT NULL,
`flagged` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=929 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;