Removed DBString GreetMessage
This commit is contained in:
@@ -1370,20 +1370,6 @@ LOCK TABLES `sms_pool` WRITE;
|
|||||||
/*!40000 ALTER TABLE `sms_pool` ENABLE KEYS */;
|
/*!40000 ALTER TABLE `sms_pool` ENABLE KEYS */;
|
||||||
UNLOCK TABLES;
|
UNLOCK TABLES;
|
||||||
|
|
||||||
--
|
|
||||||
-- Table structure for table `string`
|
|
||||||
--
|
|
||||||
|
|
||||||
DROP TABLE IF EXISTS `string`;
|
|
||||||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
||||||
/*!40101 SET character_set_client = utf8mb4 */;
|
|
||||||
CREATE TABLE `string` (
|
|
||||||
`name` varchar(64) NOT NULL DEFAULT '',
|
|
||||||
`text` text DEFAULT NULL,
|
|
||||||
PRIMARY KEY (`name`)
|
|
||||||
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
|
|
||||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
||||||
|
|
||||||
--
|
--
|
||||||
-- Dumping data for table `string`
|
-- Dumping data for table `string`
|
||||||
--
|
--
|
||||||
|
|||||||
Reference in New Issue
Block a user