Skip to content

Commit

Permalink
Re-Sync matecat.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
Ostico committed Oct 3, 2017
1 parent 93f8c93 commit fbfb050
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
18 changes: 9 additions & 9 deletions INSTALL/matecat.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- MySQL dump 10.13 Distrib 5.7.19, for Linux (x86_64)
--
-- Host: 127.0.0.1 Database: matecat_old
-- Host: 127.0.0.1 Database: matecat
-- ------------------------------------------------------
-- Server version 5.5.30

Expand All @@ -16,14 +16,14 @@
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Current Database: `matecat_old`
-- Current Database: `matecat`
--

/*!40000 DROP DATABASE IF EXISTS `matecat_old`*/;
/*!40000 DROP DATABASE IF EXISTS `matecat`*/;

CREATE DATABASE /*!32312 IF NOT EXISTS*/ `matecat_old` /*!40100 DEFAULT CHARACTER SET utf8 */;
CREATE DATABASE /*!32312 IF NOT EXISTS*/ `matecat` /*!40100 DEFAULT CHARACTER SET utf8 */;

USE `matecat_old`;
USE `matecat`;

--
-- Table structure for table `activity_log`
Expand Down Expand Up @@ -1093,10 +1093,10 @@ CREATE TABLE `users` (
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Current Database: `matecat_old`
-- Current Database: `matecat`
--

USE `matecat_old`;
USE `matecat`;

--
-- Final view structure for view `show_clients`
Expand Down Expand Up @@ -1125,7 +1125,7 @@ USE `matecat_old`;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2017-10-03 12:10:45
-- Dump completed on 2017-10-03 15:29:31


INSERT INTO `engines` VALUES (10,'NONE','NONE','No MT','','',NULL,NULL,NULL,'{}','NONE','',NULL,100,0,NULL);
Expand Down Expand Up @@ -1292,4 +1292,4 @@ INSERT INTO `phinxlog` VALUES (20170926170329,'2017-09-26 19:09:24','2017-09-26
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2017-10-03 12:10:45
-- Dump completed on 2017-10-03 15:29:31
2 changes: 1 addition & 1 deletion inc/version.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[MATECAT_VERSION]
version = 2.0.0e
version = 2.0.0f
18 changes: 9 additions & 9 deletions lib/Model/matecat.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- MySQL dump 10.13 Distrib 5.7.19, for Linux (x86_64)
--
-- Host: 127.0.0.1 Database: matecat_old
-- Host: 127.0.0.1 Database: matecat
-- ------------------------------------------------------
-- Server version 5.5.30

Expand All @@ -16,14 +16,14 @@
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Current Database: `matecat_old`
-- Current Database: `matecat`
--

/*!40000 DROP DATABASE IF EXISTS `matecat_old`*/;
/*!40000 DROP DATABASE IF EXISTS `matecat`*/;

CREATE DATABASE /*!32312 IF NOT EXISTS*/ `matecat_old` /*!40100 DEFAULT CHARACTER SET utf8 */;
CREATE DATABASE /*!32312 IF NOT EXISTS*/ `matecat` /*!40100 DEFAULT CHARACTER SET utf8 */;

USE `matecat_old`;
USE `matecat`;

--
-- Table structure for table `activity_log`
Expand Down Expand Up @@ -1093,10 +1093,10 @@ CREATE TABLE `users` (
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Current Database: `matecat_old`
-- Current Database: `matecat`
--

USE `matecat_old`;
USE `matecat`;

--
-- Final view structure for view `show_clients`
Expand Down Expand Up @@ -1125,7 +1125,7 @@ USE `matecat_old`;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2017-10-03 12:10:45
-- Dump completed on 2017-10-03 15:29:31


INSERT INTO `engines` VALUES (10,'NONE','NONE','No MT','','',NULL,NULL,NULL,'{}','NONE','',NULL,100,0,NULL);
Expand Down Expand Up @@ -1292,4 +1292,4 @@ INSERT INTO `phinxlog` VALUES (20170926170329,'2017-09-26 19:09:24','2017-09-26
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2017-10-03 12:10:45
-- Dump completed on 2017-10-03 15:29:31

0 comments on commit fbfb050

Please sign in to comment.