From 84716c4635d14e3e6f0acc45308788c6d8823127 Mon Sep 17 00:00:00 2001 From: MindL0ve Date: Sun, 1 Feb 2026 00:06:36 +0300 Subject: [PATCH] Removed DBString GreetMessage --- sql/player.sql | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/sql/player.sql b/sql/player.sql index 33ac4ec..374993a 100644 --- a/sql/player.sql +++ b/sql/player.sql @@ -1370,20 +1370,6 @@ LOCK TABLES `sms_pool` WRITE; /*!40000 ALTER TABLE `sms_pool` ENABLE KEYS */; 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` --