-- MySQL dump 10.19 Distrib 10.3.38-MariaDB, for debian-linux-gnueabihf (armv8l) -- -- Host: localhost Database: bremen_calling -- ------------------------------------------------------ -- Server version 10.3.38-MariaDB-0+deb10u1 /*!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_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 */; -- -- Dumping data for table `berth` -- LOCK TABLES `berth` WRITE; /*!40000 ALTER TABLE `berth` DISABLE KEYS */; INSERT INTO `berth` (`id`, `name`) VALUES (1,'Roland Mühle'),(1,'Stahlwerk'),(2,'Kellogs'); /*!40000 ALTER TABLE `berth` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping data for table `notification` -- LOCK TABLES `notification` WRITE; /*!40000 ALTER TABLE `notification` DISABLE KEYS */; /*!40000 ALTER TABLE `notification` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping data for table `participant` -- LOCK TABLES `participant` WRITE; /*!40000 ALTER TABLE `participant` DISABLE KEYS */; INSERT INTO `participant` (`id`, `name`, `street`, `postal_code`, `city`, `flags`, `created`, `modified`) VALUES (1,'Schick Informatik','Gottlieb-Daimler-Str. 8','73614','Schorndorf',42,'2023-04-17 07:18:19',NULL); /*!40000 ALTER TABLE `participant` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping data for table `role` -- LOCK TABLES `role` WRITE; /*!40000 ALTER TABLE `role` DISABLE KEYS */; INSERT INTO `role` (`id`, `name`, `description`, `created`, `modified`) VALUES (1,'My first role','A very good description','2023-04-17 07:31:57',NULL),(2,'Another role','This role is very nice as well','2023-04-17 07:32:12',NULL); /*!40000 ALTER TABLE `role` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping data for table `role_securable_map` -- LOCK TABLES `role_securable_map` WRITE; /*!40000 ALTER TABLE `role_securable_map` DISABLE KEYS */; /*!40000 ALTER TABLE `role_securable_map` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping data for table `securable` -- LOCK TABLES `securable` WRITE; /*!40000 ALTER TABLE `securable` DISABLE KEYS */; INSERT INTO `securable` (`id`, `name`, `created`, `modified`) VALUES (1,'First secure thing','2023-04-17 07:38:12',NULL),(2,'Another secure thing','2023-04-17 07:38:22',NULL); /*!40000 ALTER TABLE `securable` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping data for table `ship` -- LOCK TABLES `ship` WRITE; /*!40000 ALTER TABLE `ship` DISABLE KEYS */; /*!40000 ALTER TABLE `ship` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping data for table `shipcall` -- LOCK TABLES `shipcall` WRITE; /*!40000 ALTER TABLE `shipcall` DISABLE KEYS */; /*!40000 ALTER TABLE `shipcall` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping data for table `shipcall_participant_map` -- LOCK TABLES `shipcall_participant_map` WRITE; /*!40000 ALTER TABLE `shipcall_participant_map` DISABLE KEYS */; /*!40000 ALTER TABLE `shipcall_participant_map` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping data for table `times` -- LOCK TABLES `times` WRITE; /*!40000 ALTER TABLE `times` DISABLE KEYS */; /*!40000 ALTER TABLE `times` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping data for table `user` -- LOCK TABLES `user` WRITE; /*!40000 ALTER TABLE `user` DISABLE KEYS */; INSERT INTO `user` (`id`, `participant_id`, `first_name`, `last_name`, `user_name`, `password_hash`, `api_key`, `created`, `modified`) VALUES (1,1,'Daniel','Schick','dani',NULL,'0815','2023-04-17 07:15:41',NULL); /*!40000 ALTER TABLE `user` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping data for table `user_role_map` -- LOCK TABLES `user_role_map` WRITE; /*!40000 ALTER TABLE `user_role_map` DISABLE KEYS */; /*!40000 ALTER TABLE `user_role_map` 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 */; /*!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 2023-04-27 9:09:13