%PDF- %PDF-
Direktori : /proc/985914/root/backups/db_backups/mysql/db.old/loslex_test/ |
Current File : //proc/985914/root/backups/db_backups/mysql/db.old/loslex_test/migrations.sql |
/*M!999999\- enable the sandbox mode */ -- MariaDB dump 10.19 Distrib 10.6.22-MariaDB, for debian-linux-gnu (x86_64) -- -- Host: localhost Database: loslex_test -- ------------------------------------------------------ -- Server version 10.6.22-MariaDB-0ubuntu0.22.04.1 /*!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 = 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=27 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_reset_tokens_table',1),(3,'2019_08_19_000000_create_failed_jobs_table',1),(4,'2019_12_14_000001_create_personal_access_tokens_table',1),(5,'2023_05_28_121233_create_ranges_table',1),(6,'2023_05_28_162329_create_contests_table',1),(7,'2023_06_09_210611_create_organizer_groups_table',1),(8,'2023_06_10_002757_create_organizer_group_users_table',1),(9,'2023_06_25_155627_create_registrations_table',1),(10,'2023_07_07_225358_create_contest_levels_table',1),(11,'2023_07_08_111116_create_contest_categories_table',1),(12,'2023_07_08_111330_create_contest_divisions_table',1),(13,'2023_07_14_093219_create_results',1),(14,'2023_08_18_170940_add_user_membership_column',2),(15,'2023_08_21_201854_update_results_views',3),(16,'2023_09_06_191225_registration_dq',3),(17,'2023_09_08_235207_ranges_location',4),(18,'2023_10_20_213214_contest_levels_advance_days',5),(19,'2018_08_11_003343_create_log_table',6),(20,'2023_09_11_103449_results_remove_timestamps',6),(21,'2023_10_25_211257_contest_changeversion',7),(22,'2024_02_16_173907_registration_division_default_zero',8),(23,'2024_02_17_000358_cup_results',9),(24,'2024_03_07_232131_ranges_region',10),(25,'2024_03_14_115839_cup_results_dq',11),(26,'2024_03_25_202125_penalties',12); /*!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 2025-08-29 4:10:32