judge4c/prisma/migrations
2025-04-11 15:56:24 +08:00
..
20250311071446_init feat(prisma): add initial migration 2025-03-11 15:53:43 +08:00
20250312071005_auth chore(prisma): generate migration for authentication schema changes 2025-03-12 15:11:05 +08:00
20250313161756_credentials chore(prisma): run migration for credentials-based auth changes 2025-03-14 00:18:56 +08:00
20250316054114_editor_language_config chore(prisma): apply migration for editor language config model 2025-03-16 13:47:06 +08:00
20250316061109_remove_id_from_editor_language_config chore(prisma): apply migration to remove id field from EditorLanguageConfig model 2025-03-16 14:12:02 +08:00
20250316063853_add_language_server_config feat(prisma): add LanguageServerConfig model and relationship with EditorLanguageConfig 2025-03-16 14:39:23 +08:00
20250316084524_add_docker_config_to_editor_language chore(prisma): run migration to add DockerConfig to EditorLanguageConfig 2025-03-16 16:45:59 +08:00
20250316091326_add_exit_code_enum feat(prisma): add ExitCode enum to schema 2025-03-16 17:13:57 +08:00
20250316110650_add_judge_result_model chore(prisma): run prisma migrate to add JudgeResult model 2025-03-16 19:07:55 +08:00
20250318034516_add_language_server_protocol_enum chore(prisma): add migration for language server protocol enum 2025-03-18 11:46:11 +08:00
20250321031353_remove_teacher_student_roles chore(prisma): apply migration to remove TEACHER and STUDENT roles 2025-03-21 11:18:44 +08:00
20250330104040_add_problem_display_id chore(prisma): migrate schema to add displayId field in Problem model 2025-03-30 18:43:00 +08:00
20250409113027_add_testcase_and_testcasedata_models chore(prisma): migrate to add Testcase and TestcaseData models 2025-04-09 19:31:51 +08:00
20250410021857_add_expected_output_to_testcase feat(schema): add expectedOutput field to Testcase model 2025-04-10 10:19:17 +08:00
20250410133520_move_limits_to_problem feat(prisma): migrate timeLimit and memoryLimit to Problem model 2025-04-10 21:55:32 +08:00
20250410142543_add_submission_and_relations feat(prisma): add submission table and related relations 2025-04-10 22:26:45 +08:00
20250411075521_add_testcase_result_model feat(prisma): add testcase_result model and related relations 2025-04-11 15:56:24 +08:00
migration_lock.toml chore(prisma): migrate to add Testcase and TestcaseData models 2025-04-09 19:31:51 +08:00