-- MySQL dump 10.19 Distrib 10.3.39-MariaDB, for debian-linux-gnu (x86_64) -- -- Host: localhost Database: cachet -- ------------------------------------------------------ -- Server version 10.3.39-MariaDB-0ubuntu0.20.04.2 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `migrations` -- DROP TABLE IF EXISTS `migrations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `migrations` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `migration` varchar(191) NOT NULL, `batch` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=56 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `migrations` -- LOCK TABLES `migrations` WRITE; /*!40000 ALTER TABLE `migrations` DISABLE KEYS */; INSERT INTO `migrations` VALUES (1,'2015_01_05_201324_CreateComponentGroupsTable',1),(2,'2015_01_05_201444_CreateComponentsTable',1),(3,'2015_01_05_202446_CreateIncidentTemplatesTable',1),(4,'2015_01_05_202609_CreateIncidentsTable',1),(5,'2015_01_05_202730_CreateMetricPointsTable',1),(6,'2015_01_05_202826_CreateMetricsTable',1),(7,'2015_01_05_203014_CreateSettingsTable',1),(8,'2015_01_05_203235_CreateSubscribersTable',1),(9,'2015_01_05_203341_CreateUsersTable',1),(10,'2015_01_09_083419_AlterTableUsersAdd2FA',1),(11,'2015_01_16_083825_CreateTagsTable',1),(12,'2015_01_16_084030_CreateComponentTagTable',1),(13,'2015_02_28_214642_UpdateIncidentsAddScheduledAt',1),(14,'2015_05_19_214534_AlterTableComponentGroupsAddOrder',1),(15,'2015_05_20_073041_AlterTableIncidentsAddVisibileColumn',1),(16,'2015_05_24_210939_create_jobs_table',1),(17,'2015_05_24_210948_create_failed_jobs_table',1),(18,'2015_06_10_122216_AlterTableComponentsDropUserIdColumn',1),(19,'2015_06_10_122229_AlterTableIncidentsDropUserIdColumn',1),(20,'2015_08_02_120436_AlterTableSubscribersRemoveDeletedAt',1),(21,'2015_08_13_214123_AlterTableMetricsAddDecimalPlacesColumn',1),(22,'2015_10_31_211944_CreateInvitesTable',1),(23,'2015_11_03_211049_AlterTableComponentsAddEnabledColumn',1),(24,'2015_12_26_162258_AlterTableMetricsAddDefaultViewColumn',1),(25,'2016_01_09_141852_CreateSubscriptionsTable',1),(26,'2016_01_29_154937_AlterTableComponentGroupsAddCollapsedColumn',1),(27,'2016_02_18_085210_AlterTableMetricPointsChangeValueColumn',1),(28,'2016_03_01_174858_AlterTableMetricPointsAddCounterColumn',1),(29,'2016_03_08_125729_CreateIncidentUpdatesTable',1),(30,'2016_03_10_144613_AlterTableComponentGroupsMakeColumnInteger',1),(31,'2016_04_05_142933_create_sessions_table',1),(32,'2016_04_29_061916_AlterTableSubscribersAddGlobalColumn',1),(33,'2016_06_02_075012_AlterTableMetricsAddOrderColumn',1),(34,'2016_06_05_091615_create_cache_table',1),(35,'2016_07_25_052444_AlterTableComponentGroupsAddVisibleColumn',1),(36,'2016_08_23_114610_AlterTableUsersAddWelcomedColumn',1),(37,'2016_09_04_100000_AlterTableIncidentsAddStickiedColumn',1),(38,'2016_10_24_183415_AlterTableIncidentsAddOccurredAtColumn',1),(39,'2016_10_30_174400_CreateSchedulesTable',1),(40,'2016_10_30_174410_CreateScheduleComponentsTable',1),(41,'2016_10_30_182324_AlterTableIncidentsRemoveScheduledColumns',1),(42,'2016_12_04_163502_AlterTableMetricsAddVisibleColumn',1),(43,'2016_12_05_185045_AlterTableComponentsAddMetaColumn',1),(44,'2016_12_29_124643_AlterTableSubscribersAddPhoneNumberSlackColumns',1),(45,'2016_12_29_155956_AlterTableComponentsMakeLinkNullable',1),(46,'2017_01_03_143916_create_notifications_table',1),(47,'2017_02_03_222218_CreateActionsTable',1),(48,'2017_06_13_181049_CreateMetaTable',1),(49,'2017_07_18_214718_CreateIncidentComponents',1),(50,'2017_09_14_180434_AlterIncidentsAddUserId',1),(51,'2018_04_02_163328_CreateTaggablesTable',1),(52,'2018_04_02_163658_MigrateComponentTagTable',1),(53,'2018_06_14_201440_AlterSchedulesSoftDeletes',1),(54,'2018_06_17_182507_AlterIncidentsAddNotifications',1),(55,'2019_12_12_131400_AlterJobsDropReserved',1); /*!40000 ALTER TABLE `migrations` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2024-12-10 16:00:38