From 9ea1579b652c1f52eb7b8752c2d0742c4d7e7d64 Mon Sep 17 00:00:00 2001 From: pezcurrel Date: Mon, 25 Dec 2023 22:38:07 +0100 Subject: [PATCH] =?UTF-8?q?Removed=20useless=20=E2=80=9Ctest=E2=80=9D=20ta?= =?UTF-8?q?ble?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/init/mastostart_solo_struttura.sql | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/web/init/mastostart_solo_struttura.sql b/web/init/mastostart_solo_struttura.sql index bcb2da8..6ddf5e9 100644 --- a/web/init/mastostart_solo_struttura.sql +++ b/web/init/mastostart_solo_struttura.sql @@ -580,23 +580,6 @@ CREATE TABLE `ZStats` ( `Visits` int(10) unsigned NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; - --- --- Table structure for table `test` --- - -DROP TABLE IF EXISTS `test`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `test` ( - `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, - `CampoA` varchar(256) DEFAULT NULL, - `CampoB` varchar(1024) DEFAULT NULL, - `CampoC` varchar(2048) DEFAULT NULL, - `CampoD` bigint(20) unsigned DEFAULT NULL, - PRIMARY KEY (`ID`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -/*!40101 SET character_set_client = @saved_cs_client */; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; @@ -607,4 +590,4 @@ CREATE TABLE `test` ( /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2023-12-24 22:37:00 +-- Dump completed on 2023-12-25 22:37:29