Warning: session_start(): Session cannot be started after headers have already been sent in /home/tvrreohg/public_html/manga.php on line 13
/*M!999999\- enable the sandbox mode */ -- MariaDB dump 10.19 Distrib 10.6.22-MariaDB, for Linux (x86_64) -- -- Host: localhost Database: devoskisystems_helper -- ------------------------------------------------------ -- Server version 10.6.22-MariaDB /*!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 `activities` -- DROP TABLE IF EXISTS `activities`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `activities` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `description` mediumtext NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `activities` -- LOCK TABLES `activities` WRITE; /*!40000 ALTER TABLE `activities` DISABLE KEYS */; INSERT INTO `activities` VALUES (1,'Programming','Programming related activities','2024-04-03 01:25:57','2024-04-03 01:25:57',NULL),(2,'Testing','Testing related activities','2024-04-03 01:25:57','2024-04-03 01:25:57',NULL),(3,'Learning','Activities related to learning and training','2024-04-03 01:25:57','2024-04-03 01:25:57',NULL),(4,'Research','Activities related to research','2024-04-03 01:25:57','2024-04-03 01:25:57',NULL),(5,'Other','Other activities','2024-04-03 01:25:57','2024-04-03 01:25:57',NULL); /*!40000 ALTER TABLE `activities` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `epics` -- DROP TABLE IF EXISTS `epics`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `epics` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `project_id` bigint(20) unsigned NOT NULL, `name` varchar(255) NOT NULL, `starts_at` date NOT NULL, `ends_at` date NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL, `parent_id` bigint(20) unsigned DEFAULT NULL, PRIMARY KEY (`id`), KEY `epics_project_id_foreign` (`project_id`), KEY `epics_parent_id_foreign` (`parent_id`), CONSTRAINT `epics_parent_id_foreign` FOREIGN KEY (`parent_id`) REFERENCES `epics` (`id`), CONSTRAINT `epics_project_id_foreign` FOREIGN KEY (`project_id`) REFERENCES `projects` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `epics` -- LOCK TABLES `epics` WRITE; /*!40000 ALTER TABLE `epics` DISABLE KEYS */; INSERT INTO `epics` VALUES (1,1,'Test Epic Name','2024-04-02','2024-04-07','2024-04-03 01:37:29','2024-04-03 01:37:29',NULL,NULL); /*!40000 ALTER TABLE `epics` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `failed_jobs` -- DROP TABLE IF EXISTS `failed_jobs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `failed_jobs` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `uuid` varchar(255) NOT NULL, `connection` text NOT NULL, `queue` text NOT NULL, `payload` longtext NOT NULL, `exception` longtext NOT NULL, `failed_at` timestamp NOT NULL DEFAULT current_timestamp(), PRIMARY KEY (`id`), UNIQUE KEY `failed_jobs_uuid_unique` (`uuid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `failed_jobs` -- LOCK TABLES `failed_jobs` WRITE; /*!40000 ALTER TABLE `failed_jobs` DISABLE KEYS */; /*!40000 ALTER TABLE `failed_jobs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jobs` -- DROP TABLE IF EXISTS `jobs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `jobs` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `queue` varchar(255) NOT NULL, `payload` longtext NOT NULL, `attempts` tinyint(3) unsigned NOT NULL, `reserved_at` int(10) unsigned DEFAULT NULL, `available_at` int(10) unsigned NOT NULL, `created_at` int(10) unsigned NOT NULL, PRIMARY KEY (`id`), KEY `jobs_queue_index` (`queue`) ) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jobs` -- LOCK TABLES `jobs` WRITE; /*!40000 ALTER TABLE `jobs` DISABLE KEYS */; INSERT INTO `jobs` VALUES (1,'default','{\"uuid\":\"0d1eff58-df80-449f-9b53-8b85108389c5\",\"displayName\":\"App\\\\Notifications\\\\TicketCreated\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":3:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:31:\\\"App\\\\Notifications\\\\TicketCreated\\\":2:{s:39:\\\"\\u0000App\\\\Notifications\\\\TicketCreated\\u0000ticket\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Ticket\\\";s:2:\\\"id\\\";i:1;s:9:\\\"relations\\\";a:4:{i:0;s:7:\\\"project\\\";i:1;s:13:\\\"project.users\\\";i:2;s:5:\\\"owner\\\";i:3;s:11:\\\"responsible\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"4ec85b81-6af0-42bf-bedd-bf8ecd59f42d\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"}}',0,NULL,1712094443,1712094443),(2,'default','{\"uuid\":\"20beefd4-d245-4ab0-bbc8-33835b54b586\",\"displayName\":\"App\\\\Notifications\\\\TicketCreated\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":3:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:31:\\\"App\\\\Notifications\\\\TicketCreated\\\":2:{s:39:\\\"\\u0000App\\\\Notifications\\\\TicketCreated\\u0000ticket\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Ticket\\\";s:2:\\\"id\\\";i:1;s:9:\\\"relations\\\";a:4:{i:0;s:7:\\\"project\\\";i:1;s:13:\\\"project.users\\\";i:2;s:5:\\\"owner\\\";i:3;s:11:\\\"responsible\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"4ec85b81-6af0-42bf-bedd-bf8ecd59f42d\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}}\"}}',0,NULL,1712094443,1712094443),(3,'default','{\"uuid\":\"653a3fb4-c476-4309-9921-22475b587640\",\"displayName\":\"App\\\\Notifications\\\\TicketCreated\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":3:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:31:\\\"App\\\\Notifications\\\\TicketCreated\\\":2:{s:39:\\\"\\u0000App\\\\Notifications\\\\TicketCreated\\u0000ticket\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Ticket\\\";s:2:\\\"id\\\";i:1;s:9:\\\"relations\\\";a:4:{i:0;s:7:\\\"project\\\";i:1;s:13:\\\"project.users\\\";i:2;s:5:\\\"owner\\\";i:3;s:11:\\\"responsible\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"51e849f2-68bc-479c-8338-bd2d056a9050\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"}}',0,NULL,1712094443,1712094443),(4,'default','{\"uuid\":\"bc6bced5-2785-4483-b613-5fb3eea4bc3e\",\"displayName\":\"App\\\\Notifications\\\\TicketCreated\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":3:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:31:\\\"App\\\\Notifications\\\\TicketCreated\\\":2:{s:39:\\\"\\u0000App\\\\Notifications\\\\TicketCreated\\u0000ticket\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Ticket\\\";s:2:\\\"id\\\";i:1;s:9:\\\"relations\\\";a:4:{i:0;s:7:\\\"project\\\";i:1;s:13:\\\"project.users\\\";i:2;s:5:\\\"owner\\\";i:3;s:11:\\\"responsible\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"51e849f2-68bc-479c-8338-bd2d056a9050\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}}\"}}',0,NULL,1712094443,1712094443),(5,'default','{\"uuid\":\"46380b5b-7b1e-456f-a603-8f680420e5a2\",\"displayName\":\"App\\\\Notifications\\\\TicketCommented\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":3:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:33:\\\"App\\\\Notifications\\\\TicketCommented\\\":2:{s:48:\\\"\\u0000App\\\\Notifications\\\\TicketCommented\\u0000ticketComment\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:24:\\\"App\\\\Models\\\\TicketComment\\\";s:2:\\\"id\\\";i:1;s:9:\\\"relations\\\";a:5:{i:0;s:6:\\\"ticket\\\";i:1;s:14:\\\"ticket.project\\\";i:2;s:20:\\\"ticket.project.users\\\";i:3;s:12:\\\"ticket.owner\\\";i:4;s:18:\\\"ticket.responsible\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"59b92777-e136-4e75-8b17-620ea1da56c7\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"}}',0,NULL,1712094498,1712094498),(6,'default','{\"uuid\":\"729c572c-b40e-41ac-817e-4b430181239e\",\"displayName\":\"App\\\\Notifications\\\\TicketCommented\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":3:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:33:\\\"App\\\\Notifications\\\\TicketCommented\\\":2:{s:48:\\\"\\u0000App\\\\Notifications\\\\TicketCommented\\u0000ticketComment\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:24:\\\"App\\\\Models\\\\TicketComment\\\";s:2:\\\"id\\\";i:1;s:9:\\\"relations\\\";a:5:{i:0;s:6:\\\"ticket\\\";i:1;s:14:\\\"ticket.project\\\";i:2;s:20:\\\"ticket.project.users\\\";i:3;s:12:\\\"ticket.owner\\\";i:4;s:18:\\\"ticket.responsible\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"59b92777-e136-4e75-8b17-620ea1da56c7\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}}\"}}',0,NULL,1712094498,1712094498),(7,'default','{\"uuid\":\"f3b1b1ee-abcd-4c3c-a3c7-5c81f916a1f3\",\"displayName\":\"App\\\\Notifications\\\\TicketCommented\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":3:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:33:\\\"App\\\\Notifications\\\\TicketCommented\\\":2:{s:48:\\\"\\u0000App\\\\Notifications\\\\TicketCommented\\u0000ticketComment\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:24:\\\"App\\\\Models\\\\TicketComment\\\";s:2:\\\"id\\\";i:1;s:9:\\\"relations\\\";a:5:{i:0;s:6:\\\"ticket\\\";i:1;s:14:\\\"ticket.project\\\";i:2;s:20:\\\"ticket.project.users\\\";i:3;s:12:\\\"ticket.owner\\\";i:4;s:18:\\\"ticket.responsible\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"074c9643-3e7a-46e8-8b76-89c9b5e98eca\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"}}',0,NULL,1712094498,1712094498),(8,'default','{\"uuid\":\"f1890be3-1968-4c60-bf77-a69eee0a7e57\",\"displayName\":\"App\\\\Notifications\\\\TicketCommented\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":3:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:2;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:33:\\\"App\\\\Notifications\\\\TicketCommented\\\":2:{s:48:\\\"\\u0000App\\\\Notifications\\\\TicketCommented\\u0000ticketComment\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:24:\\\"App\\\\Models\\\\TicketComment\\\";s:2:\\\"id\\\";i:1;s:9:\\\"relations\\\";a:5:{i:0;s:6:\\\"ticket\\\";i:1;s:14:\\\"ticket.project\\\";i:2;s:20:\\\"ticket.project.users\\\";i:3;s:12:\\\"ticket.owner\\\";i:4;s:18:\\\"ticket.responsible\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"074c9643-3e7a-46e8-8b76-89c9b5e98eca\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}}\"}}',0,NULL,1712094498,1712094498),(9,'default','{\"uuid\":\"0c8faf69-b07c-4f35-ade4-06b31d92fca3\",\"displayName\":\"App\\\\Notifications\\\\TicketCreated\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":3:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:31:\\\"App\\\\Notifications\\\\TicketCreated\\\":2:{s:39:\\\"\\u0000App\\\\Notifications\\\\TicketCreated\\u0000ticket\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Ticket\\\";s:2:\\\"id\\\";i:2;s:9:\\\"relations\\\";a:4:{i:0;s:7:\\\"project\\\";i:1;s:13:\\\"project.users\\\";i:2;s:5:\\\"owner\\\";i:3;s:11:\\\"responsible\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"2bcd2a55-299e-45b2-926b-fa2c184ec529\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"}}',0,NULL,1712095917,1712095917),(10,'default','{\"uuid\":\"39655724-ce50-43ae-9569-dfcfa9bd44d3\",\"displayName\":\"App\\\\Notifications\\\\TicketCreated\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":3:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:31:\\\"App\\\\Notifications\\\\TicketCreated\\\":2:{s:39:\\\"\\u0000App\\\\Notifications\\\\TicketCreated\\u0000ticket\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Ticket\\\";s:2:\\\"id\\\";i:2;s:9:\\\"relations\\\";a:4:{i:0;s:7:\\\"project\\\";i:1;s:13:\\\"project.users\\\";i:2;s:5:\\\"owner\\\";i:3;s:11:\\\"responsible\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"2bcd2a55-299e-45b2-926b-fa2c184ec529\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}}\"}}',0,NULL,1712095917,1712095917),(11,'default','{\"uuid\":\"f0976506-7d1f-4f52-bac8-130505c3cfde\",\"displayName\":\"App\\\\Notifications\\\\TicketCreated\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":3:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:4;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:31:\\\"App\\\\Notifications\\\\TicketCreated\\\":2:{s:39:\\\"\\u0000App\\\\Notifications\\\\TicketCreated\\u0000ticket\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Ticket\\\";s:2:\\\"id\\\";i:2;s:9:\\\"relations\\\";a:4:{i:0;s:7:\\\"project\\\";i:1;s:13:\\\"project.users\\\";i:2;s:5:\\\"owner\\\";i:3;s:11:\\\"responsible\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"1e9339bc-cc72-400a-a514-74a55b8bc52b\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"}}',0,NULL,1712095917,1712095917),(12,'default','{\"uuid\":\"aca8d29c-b336-4c88-9f0a-e543d264d2ff\",\"displayName\":\"App\\\\Notifications\\\\TicketCreated\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":3:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:4;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:31:\\\"App\\\\Notifications\\\\TicketCreated\\\":2:{s:39:\\\"\\u0000App\\\\Notifications\\\\TicketCreated\\u0000ticket\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:17:\\\"App\\\\Models\\\\Ticket\\\";s:2:\\\"id\\\";i:2;s:9:\\\"relations\\\";a:4:{i:0;s:7:\\\"project\\\";i:1;s:13:\\\"project.users\\\";i:2;s:5:\\\"owner\\\";i:3;s:11:\\\"responsible\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"1e9339bc-cc72-400a-a514-74a55b8bc52b\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}}\"}}',0,NULL,1712095917,1712095917),(13,'default','{\"uuid\":\"e8da1d83-e4e4-4d45-8c97-77ca9812402c\",\"displayName\":\"App\\\\Notifications\\\\TicketCommented\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":3:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:33:\\\"App\\\\Notifications\\\\TicketCommented\\\":2:{s:48:\\\"\\u0000App\\\\Notifications\\\\TicketCommented\\u0000ticketComment\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:24:\\\"App\\\\Models\\\\TicketComment\\\";s:2:\\\"id\\\";i:2;s:9:\\\"relations\\\";a:5:{i:0;s:6:\\\"ticket\\\";i:1;s:14:\\\"ticket.project\\\";i:2;s:20:\\\"ticket.project.users\\\";i:3;s:12:\\\"ticket.owner\\\";i:4;s:18:\\\"ticket.responsible\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"b11af4ad-c7dc-4994-9dd4-c793a3d28fa5\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"}}',0,NULL,1712096058,1712096058),(14,'default','{\"uuid\":\"c8a58ffe-da1b-4db2-9bbc-7a3607abd95f\",\"displayName\":\"App\\\\Notifications\\\\TicketCommented\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":3:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:1;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:33:\\\"App\\\\Notifications\\\\TicketCommented\\\":2:{s:48:\\\"\\u0000App\\\\Notifications\\\\TicketCommented\\u0000ticketComment\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:24:\\\"App\\\\Models\\\\TicketComment\\\";s:2:\\\"id\\\";i:2;s:9:\\\"relations\\\";a:5:{i:0;s:6:\\\"ticket\\\";i:1;s:14:\\\"ticket.project\\\";i:2;s:20:\\\"ticket.project.users\\\";i:3;s:12:\\\"ticket.owner\\\";i:4;s:18:\\\"ticket.responsible\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"b11af4ad-c7dc-4994-9dd4-c793a3d28fa5\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}}\"}}',0,NULL,1712096058,1712096058),(15,'default','{\"uuid\":\"ef59d05d-3e4f-4181-af16-d56c4234d5ea\",\"displayName\":\"App\\\\Notifications\\\\TicketCommented\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":3:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:4;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:33:\\\"App\\\\Notifications\\\\TicketCommented\\\":2:{s:48:\\\"\\u0000App\\\\Notifications\\\\TicketCommented\\u0000ticketComment\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:24:\\\"App\\\\Models\\\\TicketComment\\\";s:2:\\\"id\\\";i:2;s:9:\\\"relations\\\";a:5:{i:0;s:6:\\\"ticket\\\";i:1;s:14:\\\"ticket.project\\\";i:2;s:20:\\\"ticket.project.users\\\";i:3;s:12:\\\"ticket.owner\\\";i:4;s:18:\\\"ticket.responsible\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"949461f2-77a6-4cbb-a421-4bbe16c161b1\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:4:\\\"mail\\\";}}\"}}',0,NULL,1712096058,1712096058),(16,'default','{\"uuid\":\"7b57c799-0685-443b-b9ea-221b75298bb0\",\"displayName\":\"App\\\\Notifications\\\\TicketCommented\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\",\"command\":\"O:48:\\\"Illuminate\\\\Notifications\\\\SendQueuedNotifications\\\":3:{s:11:\\\"notifiables\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:15:\\\"App\\\\Models\\\\User\\\";s:2:\\\"id\\\";a:1:{i:0;i:4;}s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:12:\\\"notification\\\";O:33:\\\"App\\\\Notifications\\\\TicketCommented\\\":2:{s:48:\\\"\\u0000App\\\\Notifications\\\\TicketCommented\\u0000ticketComment\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:24:\\\"App\\\\Models\\\\TicketComment\\\";s:2:\\\"id\\\";i:2;s:9:\\\"relations\\\";a:5:{i:0;s:6:\\\"ticket\\\";i:1;s:14:\\\"ticket.project\\\";i:2;s:20:\\\"ticket.project.users\\\";i:3;s:12:\\\"ticket.owner\\\";i:4;s:18:\\\"ticket.responsible\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:2:\\\"id\\\";s:36:\\\"949461f2-77a6-4cbb-a421-4bbe16c161b1\\\";}s:8:\\\"channels\\\";a:1:{i:0;s:8:\\\"database\\\";}}\"}}',0,NULL,1712096058,1712096058); /*!40000 ALTER TABLE `jobs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `media` -- DROP TABLE IF EXISTS `media`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `media` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `model_type` varchar(255) NOT NULL, `model_id` bigint(20) unsigned NOT NULL, `uuid` char(36) DEFAULT NULL, `collection_name` varchar(255) NOT NULL, `name` varchar(255) NOT NULL, `file_name` varchar(255) NOT NULL, `mime_type` varchar(255) DEFAULT NULL, `disk` varchar(255) NOT NULL, `conversions_disk` varchar(255) DEFAULT NULL, `size` bigint(20) unsigned NOT NULL, `manipulations` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL CHECK (json_valid(`manipulations`)), `custom_properties` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL CHECK (json_valid(`custom_properties`)), `generated_conversions` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL CHECK (json_valid(`generated_conversions`)), `responsive_images` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL CHECK (json_valid(`responsive_images`)), `order_column` int(10) unsigned DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `media_uuid_unique` (`uuid`), KEY `media_model_type_model_id_index` (`model_type`,`model_id`), KEY `media_order_column_index` (`order_column`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `media` -- LOCK TABLES `media` WRITE; /*!40000 ALTER TABLE `media` DISABLE KEYS */; /*!40000 ALTER TABLE `media` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `migrations` -- DROP TABLE IF EXISTS `migrations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `migrations` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `migration` varchar(255) NOT NULL, `batch` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=61 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,'2014_10_12_000000_create_users_table',1),(2,'2014_10_12_100000_create_password_resets_table',1),(3,'2019_08_19_000000_create_failed_jobs_table',1),(4,'2019_12_14_000001_create_personal_access_tokens_table',1),(5,'2022_11_02_111430_add_two_factor_columns_to_table',1),(6,'2022_11_02_113007_create_permission_tables',1),(7,'2022_11_02_124027_create_project_statuses_table',1),(8,'2022_11_02_124028_create_projects_table',1),(9,'2022_11_02_131753_create_project_users_table',1),(10,'2022_11_02_134510_create_media_table',1),(11,'2022_11_02_152359_create_project_favorites_table',1),(12,'2022_11_02_193241_create_ticket_statuses_table',1),(13,'2022_11_02_193242_create_tickets_table',1),(14,'2022_11_06_155109_add_tickets_prefix_to_projects',1),(15,'2022_11_06_163226_add_code_to_tickets',1),(16,'2022_11_06_164004_create_ticket_types_table',1),(17,'2022_11_06_165400_add_type_to_ticket',1),(18,'2022_11_06_173220_add_order_to_tickets',1),(19,'2022_11_06_184448_add_order_to_ticket_statuses',1),(20,'2022_11_06_193051_create_ticket_activities_table',1),(21,'2022_11_06_194000_create_ticket_priorities_table',1),(22,'2022_11_06_194728_add_priority_to_tickets',1),(23,'2022_11_06_203702_add_status_type_to_project',1),(24,'2022_11_06_204227_add_project_to_ticket_statuses',1),(25,'2022_11_07_064347_create_ticket_comments_table',1),(26,'2022_11_08_084509_create_ticket_subscribers_table',1),(27,'2022_11_08_144611_create_notifications_table',1),(28,'2022_11_08_150309_create_jobs_table',1),(29,'2022_11_08_163244_create_ticket_relations_table',1),(30,'2022_11_08_172846_create_settings_table',1),(31,'2022_11_08_173004_general_settings',1),(32,'2022_11_08_173852_create_general_settings',1),(33,'2022_11_09_085506_create_socialite_users_table',1),(34,'2022_11_09_085638_make_user_password_nullable',1),(35,'2022_11_09_110740_remove_unique_from_users',1),(36,'2022_11_09_110955_add_soft_deletes_to_users',1),(37,'2022_11_09_173852_add_social_login_to_general_settings',1),(38,'2022_11_10_193214_create_ticket_hours_table',1),(39,'2022_11_10_200608_add_estimation_to_tickets',1),(40,'2022_11_12_134201_add_creation_token_to_users',1),(41,'2022_11_12_142644_create_pending_user_emails_table',1),(42,'2022_11_12_173852_add_default_role_to_general_settings',1),(43,'2022_11_12_173852_add_login_form_oidc_enabled_flags_to_general_settings',1),(44,'2022_11_12_173852_add_site_language_to_general_settings',1),(45,'2022_12_15_100852_create_epics_table',1),(46,'2022_12_15_101035_add_epic_to_ticket',1),(47,'2022_12_16_133836_add_parent_to_epics',1),(48,'2022_12_27_082239_add_comment_to_ticket_hours',1),(49,'2023_01_05_182946_add_attachments_to_tickets',1),(50,'2023_01_09_113159_create_activities_table',1),(51,'2023_01_09_113847_add_activity_to_ticket_hours_table',1),(52,'2023_01_12_203211_remove_unique_constraint_from_users',1),(53,'2023_01_12_204221_drop_attachments',1),(54,'2023_01_15_201358_add_type_to_projects',1),(55,'2023_01_15_202225_create_sprints_table',1),(56,'2023_01_15_204606_add_sprint_to_tickets',1),(57,'2023_01_15_214849_add_epic_to_sprints',1),(58,'2023_01_16_085329_add_started_ended_at_to_sprints',1),(59,'2023_01_24_084637_update_users_for_oidc',1),(60,'2023_04_10_123922_add_unique_ticket_prefix_to_projects_table',1); /*!40000 ALTER TABLE `migrations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `model_has_permissions` -- DROP TABLE IF EXISTS `model_has_permissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `model_has_permissions` ( `permission_id` bigint(20) unsigned NOT NULL, `model_type` varchar(255) NOT NULL, `model_id` bigint(20) unsigned NOT NULL, PRIMARY KEY (`permission_id`,`model_id`,`model_type`), KEY `model_has_permissions_model_id_model_type_index` (`model_id`,`model_type`), CONSTRAINT `model_has_permissions_permission_id_foreign` FOREIGN KEY (`permission_id`) REFERENCES `permissions` (`id`) ON DELETE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `model_has_permissions` -- LOCK TABLES `model_has_permissions` WRITE; /*!40000 ALTER TABLE `model_has_permissions` DISABLE KEYS */; /*!40000 ALTER TABLE `model_has_permissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `model_has_roles` -- DROP TABLE IF EXISTS `model_has_roles`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `model_has_roles` ( `role_id` bigint(20) unsigned NOT NULL, `model_type` varchar(255) NOT NULL, `model_id` bigint(20) unsigned NOT NULL, PRIMARY KEY (`role_id`,`model_id`,`model_type`), KEY `model_has_roles_model_id_model_type_index` (`model_id`,`model_type`), CONSTRAINT `model_has_roles_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`) ON DELETE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `model_has_roles` -- LOCK TABLES `model_has_roles` WRITE; /*!40000 ALTER TABLE `model_has_roles` DISABLE KEYS */; INSERT INTO `model_has_roles` VALUES (1,'App\\Models\\User',1),(2,'App\\Models\\User',2),(2,'App\\Models\\User',3),(2,'App\\Models\\User',4); /*!40000 ALTER TABLE `model_has_roles` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `notifications` -- DROP TABLE IF EXISTS `notifications`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `notifications` ( `id` char(36) NOT NULL, `type` varchar(255) NOT NULL, `notifiable_type` varchar(255) NOT NULL, `notifiable_id` bigint(20) unsigned NOT NULL, `data` text NOT NULL, `read_at` timestamp NULL DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `notifications_notifiable_type_notifiable_id_index` (`notifiable_type`,`notifiable_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `notifications` -- LOCK TABLES `notifications` WRITE; /*!40000 ALTER TABLE `notifications` DISABLE KEYS */; /*!40000 ALTER TABLE `notifications` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `password_resets` -- DROP TABLE IF EXISTS `password_resets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `password_resets` ( `email` varchar(255) NOT NULL, `token` varchar(255) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, KEY `password_resets_email_index` (`email`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `password_resets` -- LOCK TABLES `password_resets` WRITE; /*!40000 ALTER TABLE `password_resets` DISABLE KEYS */; INSERT INTO `password_resets` VALUES ('ds.dev.habib@gmail.com','$2y$10$3udYU45BcKWvliP98qdCuORhGFiUy6KVCLy6BiwXpCPq8u0V.Cb3m','2024-04-03 02:00:06'); /*!40000 ALTER TABLE `password_resets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pending_user_emails` -- DROP TABLE IF EXISTS `pending_user_emails`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `pending_user_emails` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_type` varchar(255) NOT NULL, `user_id` bigint(20) unsigned NOT NULL, `email` varchar(255) NOT NULL, `token` varchar(255) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `pending_user_emails_user_type_user_id_index` (`user_type`,`user_id`), KEY `pending_user_emails_email_index` (`email`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `pending_user_emails` -- LOCK TABLES `pending_user_emails` WRITE; /*!40000 ALTER TABLE `pending_user_emails` DISABLE KEYS */; /*!40000 ALTER TABLE `pending_user_emails` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `permissions` -- DROP TABLE IF EXISTS `permissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `permissions` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `guard_name` varchar(255) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `permissions_name_guard_name_unique` (`name`,`guard_name`) ) ENGINE=InnoDB AUTO_INCREMENT=60 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `permissions` -- LOCK TABLES `permissions` WRITE; /*!40000 ALTER TABLE `permissions` DISABLE KEYS */; INSERT INTO `permissions` VALUES (1,'List permissions','web','2024-04-03 01:25:55','2024-04-03 01:25:55'),(2,'View permission','web','2024-04-03 01:25:55','2024-04-03 01:25:55'),(3,'Create permission','web','2024-04-03 01:25:55','2024-04-03 01:25:55'),(4,'Update permission','web','2024-04-03 01:25:55','2024-04-03 01:25:55'),(5,'Delete permission','web','2024-04-03 01:25:56','2024-04-03 01:25:56'),(6,'List projects','web','2024-04-03 01:25:56','2024-04-03 01:25:56'),(7,'View project','web','2024-04-03 01:25:56','2024-04-03 01:25:56'),(8,'Create project','web','2024-04-03 01:25:56','2024-04-03 01:25:56'),(9,'Update project','web','2024-04-03 01:25:56','2024-04-03 01:25:56'),(10,'Delete project','web','2024-04-03 01:25:56','2024-04-03 01:25:56'),(11,'List project statuses','web','2024-04-03 01:25:56','2024-04-03 01:25:56'),(12,'View project status','web','2024-04-03 01:25:56','2024-04-03 01:25:56'),(13,'Create project status','web','2024-04-03 01:25:56','2024-04-03 01:25:56'),(14,'Update project status','web','2024-04-03 01:25:56','2024-04-03 01:25:56'),(15,'Delete project status','web','2024-04-03 01:25:56','2024-04-03 01:25:56'),(16,'List roles','web','2024-04-03 01:25:56','2024-04-03 01:25:56'),(17,'View role','web','2024-04-03 01:25:56','2024-04-03 01:25:56'),(18,'Create role','web','2024-04-03 01:25:56','2024-04-03 01:25:56'),(19,'Update role','web','2024-04-03 01:25:56','2024-04-03 01:25:56'),(20,'Delete role','web','2024-04-03 01:25:56','2024-04-03 01:25:56'),(21,'List tickets','web','2024-04-03 01:25:56','2024-04-03 01:25:56'),(22,'View ticket','web','2024-04-03 01:25:56','2024-04-03 01:25:56'),(23,'Create ticket','web','2024-04-03 01:25:56','2024-04-03 01:25:56'),(24,'Update ticket','web','2024-04-03 01:25:56','2024-04-03 01:25:56'),(25,'Delete ticket','web','2024-04-03 01:25:56','2024-04-03 01:25:56'),(26,'List ticket priorities','web','2024-04-03 01:25:56','2024-04-03 01:25:56'),(27,'View ticket priority','web','2024-04-03 01:25:56','2024-04-03 01:25:56'),(28,'Create ticket priority','web','2024-04-03 01:25:56','2024-04-03 01:25:56'),(29,'Update ticket priority','web','2024-04-03 01:25:56','2024-04-03 01:25:56'),(30,'Delete ticket priority','web','2024-04-03 01:25:56','2024-04-03 01:25:56'),(31,'List ticket statuses','web','2024-04-03 01:25:56','2024-04-03 01:25:56'),(32,'View ticket status','web','2024-04-03 01:25:56','2024-04-03 01:25:56'),(33,'Create ticket status','web','2024-04-03 01:25:56','2024-04-03 01:25:56'),(34,'Update ticket status','web','2024-04-03 01:25:56','2024-04-03 01:25:56'),(35,'Delete ticket status','web','2024-04-03 01:25:56','2024-04-03 01:25:56'),(36,'List ticket types','web','2024-04-03 01:25:56','2024-04-03 01:25:56'),(37,'View ticket type','web','2024-04-03 01:25:56','2024-04-03 01:25:56'),(38,'Create ticket type','web','2024-04-03 01:25:56','2024-04-03 01:25:56'),(39,'Update ticket type','web','2024-04-03 01:25:56','2024-04-03 01:25:56'),(40,'Delete ticket type','web','2024-04-03 01:25:56','2024-04-03 01:25:56'),(41,'List users','web','2024-04-03 01:25:56','2024-04-03 01:25:56'),(42,'View user','web','2024-04-03 01:25:56','2024-04-03 01:25:56'),(43,'Create user','web','2024-04-03 01:25:56','2024-04-03 01:25:56'),(44,'Update user','web','2024-04-03 01:25:56','2024-04-03 01:25:56'),(45,'Delete user','web','2024-04-03 01:25:56','2024-04-03 01:25:56'),(46,'List activities','web','2024-04-03 01:25:56','2024-04-03 01:25:56'),(47,'View activity','web','2024-04-03 01:25:56','2024-04-03 01:25:56'),(48,'Create activity','web','2024-04-03 01:25:56','2024-04-03 01:25:56'),(49,'Update activity','web','2024-04-03 01:25:56','2024-04-03 01:25:56'),(50,'Delete activity','web','2024-04-03 01:25:56','2024-04-03 01:25:56'),(51,'List sprints','web','2024-04-03 01:25:56','2024-04-03 01:25:56'),(52,'View sprint','web','2024-04-03 01:25:56','2024-04-03 01:25:56'),(53,'Create sprint','web','2024-04-03 01:25:56','2024-04-03 01:25:56'),(54,'Update sprint','web','2024-04-03 01:25:56','2024-04-03 01:25:56'),(55,'Delete sprint','web','2024-04-03 01:25:56','2024-04-03 01:25:56'),(56,'Manage general settings','web','2024-04-03 01:25:56','2024-04-03 01:25:56'),(57,'Import from Jira','web','2024-04-03 01:25:56','2024-04-03 01:25:56'),(58,'List timesheet data','web','2024-04-03 01:25:56','2024-04-03 01:25:56'),(59,'View timesheet dashboard','web','2024-04-03 01:25:56','2024-04-03 01:25:56'); /*!40000 ALTER TABLE `permissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `personal_access_tokens` -- DROP TABLE IF EXISTS `personal_access_tokens`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `personal_access_tokens` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `tokenable_type` varchar(255) NOT NULL, `tokenable_id` bigint(20) unsigned NOT NULL, `name` varchar(255) NOT NULL, `token` varchar(64) NOT NULL, `abilities` text DEFAULT NULL, `last_used_at` timestamp NULL DEFAULT NULL, `expires_at` timestamp NULL DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `personal_access_tokens_token_unique` (`token`), KEY `personal_access_tokens_tokenable_type_tokenable_id_index` (`tokenable_type`,`tokenable_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `personal_access_tokens` -- LOCK TABLES `personal_access_tokens` WRITE; /*!40000 ALTER TABLE `personal_access_tokens` DISABLE KEYS */; /*!40000 ALTER TABLE `personal_access_tokens` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `project_favorites` -- DROP TABLE IF EXISTS `project_favorites`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `project_favorites` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL, `project_id` bigint(20) unsigned NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `project_favorites_user_id_foreign` (`user_id`), KEY `project_favorites_project_id_foreign` (`project_id`), CONSTRAINT `project_favorites_project_id_foreign` FOREIGN KEY (`project_id`) REFERENCES `projects` (`id`), CONSTRAINT `project_favorites_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `project_favorites` -- LOCK TABLES `project_favorites` WRITE; /*!40000 ALTER TABLE `project_favorites` DISABLE KEYS */; /*!40000 ALTER TABLE `project_favorites` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `project_statuses` -- DROP TABLE IF EXISTS `project_statuses`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `project_statuses` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `color` varchar(255) NOT NULL DEFAULT '#cecece', `is_default` tinyint(1) NOT NULL DEFAULT 0, `deleted_at` timestamp NULL DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `project_statuses` -- LOCK TABLES `project_statuses` WRITE; /*!40000 ALTER TABLE `project_statuses` DISABLE KEYS */; INSERT INTO `project_statuses` VALUES (1,'Project Status 1','red',0,NULL,'2024-04-03 01:30:16','2024-04-03 01:30:16'); /*!40000 ALTER TABLE `project_statuses` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `project_users` -- DROP TABLE IF EXISTS `project_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `project_users` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL, `project_id` bigint(20) unsigned NOT NULL, `role` varchar(255) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `project_users_user_id_foreign` (`user_id`), KEY `project_users_project_id_foreign` (`project_id`), CONSTRAINT `project_users_project_id_foreign` FOREIGN KEY (`project_id`) REFERENCES `projects` (`id`), CONSTRAINT `project_users_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `project_users` -- LOCK TABLES `project_users` WRITE; /*!40000 ALTER TABLE `project_users` DISABLE KEYS */; /*!40000 ALTER TABLE `project_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `projects` -- DROP TABLE IF EXISTS `projects`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `projects` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `description` longtext DEFAULT NULL, `owner_id` bigint(20) unsigned NOT NULL, `status_id` bigint(20) unsigned NOT NULL, `deleted_at` timestamp NULL DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `ticket_prefix` varchar(255) NOT NULL, `status_type` varchar(255) NOT NULL DEFAULT 'default', `type` varchar(255) NOT NULL DEFAULT 'kanban', PRIMARY KEY (`id`), UNIQUE KEY `projects_ticket_prefix_unique` (`ticket_prefix`), KEY `projects_owner_id_foreign` (`owner_id`), KEY `projects_status_id_foreign` (`status_id`), CONSTRAINT `projects_owner_id_foreign` FOREIGN KEY (`owner_id`) REFERENCES `users` (`id`), CONSTRAINT `projects_status_id_foreign` FOREIGN KEY (`status_id`) REFERENCES `project_statuses` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `projects` -- LOCK TABLES `projects` WRITE; /*!40000 ALTER TABLE `projects` DISABLE KEYS */; INSERT INTO `projects` VALUES (1,'Design',NULL,1,1,NULL,'2024-04-03 01:30:44','2024-04-03 01:30:44','DS','default','kanban'); /*!40000 ALTER TABLE `projects` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `role_has_permissions` -- DROP TABLE IF EXISTS `role_has_permissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `role_has_permissions` ( `permission_id` bigint(20) unsigned NOT NULL, `role_id` bigint(20) unsigned NOT NULL, PRIMARY KEY (`permission_id`,`role_id`), KEY `role_has_permissions_role_id_foreign` (`role_id`), CONSTRAINT `role_has_permissions_permission_id_foreign` FOREIGN KEY (`permission_id`) REFERENCES `permissions` (`id`) ON DELETE CASCADE, CONSTRAINT `role_has_permissions_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`) ON DELETE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `role_has_permissions` -- LOCK TABLES `role_has_permissions` WRITE; /*!40000 ALTER TABLE `role_has_permissions` DISABLE KEYS */; INSERT INTO `role_has_permissions` VALUES (1,1),(2,1),(3,1),(4,1),(5,1),(6,1),(7,1),(8,1),(8,2),(9,1),(10,1),(11,1),(12,1),(13,1),(13,2),(14,1),(15,1),(16,1),(17,1),(18,1),(19,1),(20,1),(21,1),(21,2),(22,1),(23,1),(23,2),(24,1),(25,1),(26,1),(27,1),(28,1),(28,2),(29,1),(30,1),(31,1),(31,2),(32,1),(33,1),(33,2),(34,1),(35,1),(36,1),(36,2),(37,1),(38,1),(38,2),(39,1),(40,1),(41,1),(42,1),(43,1),(44,1),(45,1),(46,1),(47,1),(48,1),(48,2),(49,1),(50,1),(51,1),(52,1),(53,1),(54,1),(55,1),(56,1),(57,1),(58,1),(58,2),(59,1); /*!40000 ALTER TABLE `role_has_permissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `roles` -- DROP TABLE IF EXISTS `roles`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `roles` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `guard_name` varchar(255) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `roles_name_guard_name_unique` (`name`,`guard_name`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `roles` -- LOCK TABLES `roles` WRITE; /*!40000 ALTER TABLE `roles` DISABLE KEYS */; INSERT INTO `roles` VALUES (1,'Default role','web','2024-04-03 01:25:56','2024-04-03 01:25:56'),(2,'User','web','2024-04-03 01:32:01','2024-04-03 01:32:01'); /*!40000 ALTER TABLE `roles` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `settings` -- DROP TABLE IF EXISTS `settings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `settings` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `group` varchar(255) NOT NULL, `name` varchar(255) NOT NULL, `locked` tinyint(1) NOT NULL DEFAULT 0, `payload` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL CHECK (json_valid(`payload`)), `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `settings_group_index` (`group`) ) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `settings` -- LOCK TABLES `settings` WRITE; /*!40000 ALTER TABLE `settings` DISABLE KEYS */; INSERT INTO `settings` VALUES (1,'general','site_name',0,'\"Helper\"','2024-04-03 01:25:52','2024-04-03 01:25:52'),(2,'general','site_logo',0,'null','2024-04-03 01:25:52','2024-04-03 01:25:52'),(3,'general','enable_registration',0,'true','2024-04-03 01:25:52','2024-04-03 01:25:52'),(4,'general','enable_social_login',0,'true','2024-04-03 01:25:53','2024-04-03 01:25:53'),(5,'general','default_role',0,'null','2024-04-03 01:25:53','2024-04-03 01:25:53'),(6,'general','enable_login_form',0,'true','2024-04-03 01:25:53','2024-04-03 01:25:53'),(7,'general','enable_oidc_login',0,'true','2024-04-03 01:25:53','2024-04-03 01:25:53'),(8,'general','site_language',0,'\"en\"','2024-04-03 01:25:53','2024-04-03 01:25:53'),(9,'general','site_name',0,'\"Helper\"','2024-04-03 01:25:56','2024-04-03 01:25:56'),(10,'general','enable_registration',0,'true','2024-04-03 01:25:56','2024-04-03 01:25:56'),(11,'general','site_logo',0,'null','2024-04-03 01:25:56','2024-04-03 01:25:56'),(12,'general','enable_social_login',0,'\"1\"','2024-04-03 01:25:56','2024-04-03 01:25:56'),(13,'general','site_language',0,'\"en\"','2024-04-03 01:25:56','2024-04-03 01:25:56'),(14,'general','default_role',0,'\"1\"','2024-04-03 01:25:56','2024-04-03 01:25:56'),(15,'general','enable_login_form',0,'\"1\"','2024-04-03 01:25:56','2024-04-03 01:25:56'),(16,'general','enable_oidc_login',0,'\"1\"','2024-04-03 01:25:56','2024-04-03 01:25:56'); /*!40000 ALTER TABLE `settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `socialite_users` -- DROP TABLE IF EXISTS `socialite_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `socialite_users` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL, `provider` varchar(255) NOT NULL, `provider_id` varchar(255) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `socialite_users_provider_provider_id_unique` (`provider`,`provider_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `socialite_users` -- LOCK TABLES `socialite_users` WRITE; /*!40000 ALTER TABLE `socialite_users` DISABLE KEYS */; /*!40000 ALTER TABLE `socialite_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sprints` -- DROP TABLE IF EXISTS `sprints`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `sprints` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `starts_at` date NOT NULL, `ends_at` date NOT NULL, `description` longtext DEFAULT NULL, `project_id` bigint(20) unsigned NOT NULL, `deleted_at` timestamp NULL DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `epic_id` bigint(20) unsigned DEFAULT NULL, `started_at` datetime DEFAULT NULL, `ended_at` datetime DEFAULT NULL, PRIMARY KEY (`id`), KEY `sprints_project_id_foreign` (`project_id`), KEY `sprints_epic_id_foreign` (`epic_id`), CONSTRAINT `sprints_epic_id_foreign` FOREIGN KEY (`epic_id`) REFERENCES `epics` (`id`), CONSTRAINT `sprints_project_id_foreign` FOREIGN KEY (`project_id`) REFERENCES `projects` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sprints` -- LOCK TABLES `sprints` WRITE; /*!40000 ALTER TABLE `sprints` DISABLE KEYS */; /*!40000 ALTER TABLE `sprints` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ticket_activities` -- DROP TABLE IF EXISTS `ticket_activities`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `ticket_activities` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `ticket_id` bigint(20) unsigned NOT NULL, `old_status_id` bigint(20) unsigned NOT NULL, `new_status_id` bigint(20) unsigned NOT NULL, `user_id` bigint(20) unsigned NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `ticket_activities_ticket_id_foreign` (`ticket_id`), KEY `ticket_activities_old_status_id_foreign` (`old_status_id`), KEY `ticket_activities_new_status_id_foreign` (`new_status_id`), KEY `ticket_activities_user_id_foreign` (`user_id`), CONSTRAINT `ticket_activities_new_status_id_foreign` FOREIGN KEY (`new_status_id`) REFERENCES `ticket_statuses` (`id`), CONSTRAINT `ticket_activities_old_status_id_foreign` FOREIGN KEY (`old_status_id`) REFERENCES `ticket_statuses` (`id`), CONSTRAINT `ticket_activities_ticket_id_foreign` FOREIGN KEY (`ticket_id`) REFERENCES `tickets` (`id`), CONSTRAINT `ticket_activities_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ticket_activities` -- LOCK TABLES `ticket_activities` WRITE; /*!40000 ALTER TABLE `ticket_activities` DISABLE KEYS */; /*!40000 ALTER TABLE `ticket_activities` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ticket_comments` -- DROP TABLE IF EXISTS `ticket_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `ticket_comments` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `ticket_id` bigint(20) unsigned NOT NULL, `user_id` bigint(20) unsigned NOT NULL, `content` longtext NOT NULL, `deleted_at` timestamp NULL DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `ticket_comments_ticket_id_foreign` (`ticket_id`), KEY `ticket_comments_user_id_foreign` (`user_id`), CONSTRAINT `ticket_comments_ticket_id_foreign` FOREIGN KEY (`ticket_id`) REFERENCES `tickets` (`id`), CONSTRAINT `ticket_comments_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ticket_comments` -- LOCK TABLES `ticket_comments` WRITE; /*!40000 ALTER TABLE `ticket_comments` DISABLE KEYS */; INSERT INTO `ticket_comments` VALUES (1,1,1,'

sasafsafsf

',NULL,'2024-04-03 01:48:18','2024-04-03 01:48:18'),(2,2,1,'

test

',NULL,'2024-04-03 02:14:18','2024-04-03 02:14:18'); /*!40000 ALTER TABLE `ticket_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ticket_hours` -- DROP TABLE IF EXISTS `ticket_hours`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `ticket_hours` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `ticket_id` bigint(20) unsigned NOT NULL, `user_id` bigint(20) unsigned NOT NULL, `value` double(8,2) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `comment` longtext DEFAULT NULL, `activity_id` bigint(20) unsigned DEFAULT NULL, PRIMARY KEY (`id`), KEY `ticket_hours_ticket_id_foreign` (`ticket_id`), KEY `ticket_hours_user_id_foreign` (`user_id`), KEY `ticket_hours_activity_id_foreign` (`activity_id`), CONSTRAINT `ticket_hours_activity_id_foreign` FOREIGN KEY (`activity_id`) REFERENCES `activities` (`id`), CONSTRAINT `ticket_hours_ticket_id_foreign` FOREIGN KEY (`ticket_id`) REFERENCES `tickets` (`id`), CONSTRAINT `ticket_hours_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ticket_hours` -- LOCK TABLES `ticket_hours` WRITE; /*!40000 ALTER TABLE `ticket_hours` DISABLE KEYS */; /*!40000 ALTER TABLE `ticket_hours` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ticket_priorities` -- DROP TABLE IF EXISTS `ticket_priorities`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `ticket_priorities` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `color` varchar(255) NOT NULL DEFAULT '#cecece', `is_default` tinyint(1) NOT NULL DEFAULT 0, `deleted_at` timestamp NULL DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ticket_priorities` -- LOCK TABLES `ticket_priorities` WRITE; /*!40000 ALTER TABLE `ticket_priorities` DISABLE KEYS */; INSERT INTO `ticket_priorities` VALUES (1,'Low','#008000',0,NULL,'2024-04-03 01:25:57','2024-04-03 01:25:57'),(2,'Normal','#CECECE',1,NULL,'2024-04-03 01:25:57','2024-04-03 01:25:57'),(3,'High','#ff0000',0,NULL,'2024-04-03 01:25:57','2024-04-03 01:25:57'); /*!40000 ALTER TABLE `ticket_priorities` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ticket_relations` -- DROP TABLE IF EXISTS `ticket_relations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `ticket_relations` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `ticket_id` bigint(20) unsigned NOT NULL, `relation_id` bigint(20) unsigned NOT NULL, `type` varchar(255) NOT NULL, `sort` int(11) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `ticket_relations_ticket_id_foreign` (`ticket_id`), KEY `ticket_relations_relation_id_foreign` (`relation_id`), CONSTRAINT `ticket_relations_relation_id_foreign` FOREIGN KEY (`relation_id`) REFERENCES `tickets` (`id`), CONSTRAINT `ticket_relations_ticket_id_foreign` FOREIGN KEY (`ticket_id`) REFERENCES `tickets` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ticket_relations` -- LOCK TABLES `ticket_relations` WRITE; /*!40000 ALTER TABLE `ticket_relations` DISABLE KEYS */; /*!40000 ALTER TABLE `ticket_relations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ticket_statuses` -- DROP TABLE IF EXISTS `ticket_statuses`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `ticket_statuses` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `color` varchar(255) NOT NULL DEFAULT '#cecece', `is_default` tinyint(1) NOT NULL DEFAULT 0, `deleted_at` timestamp NULL DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `order` int(11) NOT NULL DEFAULT 1, `project_id` bigint(20) unsigned DEFAULT NULL, PRIMARY KEY (`id`), KEY `ticket_statuses_project_id_foreign` (`project_id`), CONSTRAINT `ticket_statuses_project_id_foreign` FOREIGN KEY (`project_id`) REFERENCES `projects` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ticket_statuses` -- LOCK TABLES `ticket_statuses` WRITE; /*!40000 ALTER TABLE `ticket_statuses` DISABLE KEYS */; INSERT INTO `ticket_statuses` VALUES (1,'Todo','#cecece',1,NULL,'2024-04-03 01:25:57','2024-04-03 01:25:57',1,NULL),(2,'In progress','#ff7f00',0,NULL,'2024-04-03 01:25:57','2024-04-03 01:25:57',2,NULL),(3,'Done','#008000',0,NULL,'2024-04-03 01:25:57','2024-04-03 01:25:57',3,NULL),(4,'Archived','#ff0000',0,NULL,'2024-04-03 01:25:57','2024-04-03 01:25:57',4,NULL); /*!40000 ALTER TABLE `ticket_statuses` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ticket_subscribers` -- DROP TABLE IF EXISTS `ticket_subscribers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `ticket_subscribers` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL, `ticket_id` bigint(20) unsigned NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `ticket_subscribers_user_id_foreign` (`user_id`), KEY `ticket_subscribers_ticket_id_foreign` (`ticket_id`), CONSTRAINT `ticket_subscribers_ticket_id_foreign` FOREIGN KEY (`ticket_id`) REFERENCES `tickets` (`id`), CONSTRAINT `ticket_subscribers_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ticket_subscribers` -- LOCK TABLES `ticket_subscribers` WRITE; /*!40000 ALTER TABLE `ticket_subscribers` DISABLE KEYS */; /*!40000 ALTER TABLE `ticket_subscribers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ticket_types` -- DROP TABLE IF EXISTS `ticket_types`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `ticket_types` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `icon` varchar(255) NOT NULL, `color` varchar(255) NOT NULL DEFAULT '#cecece', `is_default` tinyint(1) NOT NULL DEFAULT 0, `deleted_at` timestamp NULL DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ticket_types` -- LOCK TABLES `ticket_types` WRITE; /*!40000 ALTER TABLE `ticket_types` DISABLE KEYS */; INSERT INTO `ticket_types` VALUES (1,'Task','heroicon-o-check-circle','#00FFFF',1,NULL,'2024-04-03 01:25:57','2024-04-03 01:25:57'),(2,'Evolution','heroicon-o-clipboard-list','#008000',0,NULL,'2024-04-03 01:25:57','2024-04-03 01:25:57'),(3,'Bug','heroicon-o-x','#ff0000',0,NULL,'2024-04-03 01:25:57','2024-04-03 01:25:57'); /*!40000 ALTER TABLE `ticket_types` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tickets` -- DROP TABLE IF EXISTS `tickets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `tickets` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `content` longtext NOT NULL, `owner_id` bigint(20) unsigned NOT NULL, `responsible_id` bigint(20) unsigned DEFAULT NULL, `status_id` bigint(20) unsigned NOT NULL, `project_id` bigint(20) unsigned NOT NULL, `deleted_at` timestamp NULL DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `code` varchar(255) NOT NULL, `type_id` bigint(20) unsigned NOT NULL, `order` int(11) NOT NULL DEFAULT 0, `priority_id` bigint(20) unsigned NOT NULL, `estimation` double(8,2) DEFAULT NULL, `epic_id` bigint(20) unsigned DEFAULT NULL, `sprint_id` bigint(20) unsigned DEFAULT NULL, PRIMARY KEY (`id`), KEY `tickets_owner_id_foreign` (`owner_id`), KEY `tickets_responsible_id_foreign` (`responsible_id`), KEY `tickets_status_id_foreign` (`status_id`), KEY `tickets_project_id_foreign` (`project_id`), KEY `tickets_type_id_foreign` (`type_id`), KEY `tickets_priority_id_foreign` (`priority_id`), KEY `tickets_epic_id_foreign` (`epic_id`), KEY `tickets_sprint_id_foreign` (`sprint_id`), CONSTRAINT `tickets_epic_id_foreign` FOREIGN KEY (`epic_id`) REFERENCES `epics` (`id`), CONSTRAINT `tickets_owner_id_foreign` FOREIGN KEY (`owner_id`) REFERENCES `users` (`id`), CONSTRAINT `tickets_priority_id_foreign` FOREIGN KEY (`priority_id`) REFERENCES `ticket_priorities` (`id`), CONSTRAINT `tickets_project_id_foreign` FOREIGN KEY (`project_id`) REFERENCES `projects` (`id`), CONSTRAINT `tickets_responsible_id_foreign` FOREIGN KEY (`responsible_id`) REFERENCES `users` (`id`), CONSTRAINT `tickets_sprint_id_foreign` FOREIGN KEY (`sprint_id`) REFERENCES `sprints` (`id`), CONSTRAINT `tickets_status_id_foreign` FOREIGN KEY (`status_id`) REFERENCES `ticket_statuses` (`id`), CONSTRAINT `tickets_type_id_foreign` FOREIGN KEY (`type_id`) REFERENCES `ticket_types` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tickets` -- LOCK TABLES `tickets` WRITE; /*!40000 ALTER TABLE `tickets` DISABLE KEYS */; INSERT INTO `tickets` VALUES (1,'Maddie / Madeline Pratt - Rent The Table','

As discussed, the readability of the website font is an issue. You can explore the Google Fonts link provided below to review and select a suitable font for the entire website:


Browse Fonts - Google Fonts

Please proceed with choosing a font that addresses the readability concerns.

',1,2,1,1,NULL,'2024-04-03 01:47:22','2024-04-03 01:47:22','DS-1',1,0,2,2.00,1,NULL),(2,'testttt','

test

',1,4,1,1,NULL,'2024-04-03 02:11:57','2024-04-03 02:11:57','DS-2',1,1,2,NULL,1,NULL); /*!40000 ALTER TABLE `tickets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `users` -- DROP TABLE IF EXISTS `users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `users` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `email` varchar(255) NOT NULL, `email_verified_at` timestamp NULL DEFAULT NULL, `password` varchar(255) DEFAULT NULL, `two_factor_secret` text DEFAULT NULL, `two_factor_recovery_codes` text DEFAULT NULL, `two_factor_confirmed_at` timestamp NULL DEFAULT NULL, `remember_token` varchar(100) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL, `creation_token` char(36) DEFAULT NULL, `type` varchar(255) NOT NULL DEFAULT 'db', `oidc_username` varchar(255) DEFAULT NULL, `oidc_sub` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `users` -- LOCK TABLES `users` WRITE; /*!40000 ALTER TABLE `users` DISABLE KEYS */; INSERT INTO `users` VALUES (1,'John DOE','john.doe@helper.app','2024-04-03 01:25:55','$2y$10$AVRFIpzL.EGpaHK9/5BdkOv/lgIocpqa0xf28QqiSE9YmtjNVdsvm',NULL,NULL,NULL,'vSkFIPIm19Y8MX9i5Js2yTt592o2ypCELGYtdDmGxCOlo0ahyXhILcEtsaWf','2024-04-03 01:25:55','2024-04-03 01:25:55',NULL,NULL,'db',NULL,NULL),(2,'Habib','ds.dev.habib@gmail.com',NULL,'$2y$10$AVRFIpzL.EGpaHK9/5BdkOv/lgIocpqa0xf28QqiSE9YmtjNVdsvm',NULL,NULL,NULL,NULL,'2024-04-03 01:30:33','2024-04-03 01:50:21','2024-04-03 01:50:21',NULL,'db',NULL,NULL),(4,'Habib','ds.dev.habib@gmail.com',NULL,'$2y$10$AVRFIpzL.EGpaHK9/5BdkOv/lgIocpqa0xf28QqiSE9YmtjNVdsvm',NULL,NULL,NULL,NULL,'2024-04-03 01:56:50','2024-04-03 01:56:50',NULL,NULL,'db',NULL,NULL); /*!40000 ALTER TABLE `users` 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 2025-06-18 21:55:56