Skip to content
Snippets Groups Projects
Commit 63270dfa authored by Thomas Dieckmann's avatar Thomas Dieckmann
Browse files

Update oc_sccuot_metrics.sql

comment out DROP table, it's safer!
parent 8da5d36e
No related branches found
No related tags found
1 merge request!2Add new directory for SQL scripts, inserting scripts
......@@ -14,7 +14,7 @@
-- Table structure for table `oc_sccuot_metrics`
--
DROP TABLE IF EXISTS `oc_sccuot_metrics`;
-- DROP TABLE IF EXISTS `oc_sccuot_metrics`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `oc_sccuot_metrics` (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment