simedkom/database/migrations
2026-02-02 11:56:49 +07:00
..
0001_01_01_000000_create_users_table.php feat(migration): update users table schema and add is_active column with enum 2025-11-19 14:50:19 +07:00
0001_01_01_000001_create_cache_table.php initial commit 2025-10-24 07:58:05 +07:00
0001_01_01_000002_create_jobs_table.php initial commit 2025-10-24 07:58:05 +07:00
2022_12_14_083707_create_settings_table.php feat: Implement Spatie Laravel Settings with Filament pages for general, SEO, and social media management. 2026-01-05 11:57:56 +07:00
2025_10_24_012236_create_classifications_table.php feat: add Classification resource with management pages and migration for classifications table 2025-11-19 15:28:27 +07:00
2025_11_19_082630_create_sub_classifications_table.php feat: add SubClassification resource with management pages and migration for sub_classifications table 2025-11-19 15:41:41 +07:00
2025_11_19_084250_create_locations_table.php feat: add Location and SubLocation resources with management pages and migrations for locations and sub_locations tables 2025-11-19 15:50:45 +07:00
2025_11_19_084252_create_sub_locations_table.php feat: add Location and SubLocation resources with management pages and migrations for locations and sub_locations tables 2025-11-19 15:50:45 +07:00
2025_11_19_085234_create_departments_table.php feat: add Department resource with management pages and migration for departments table 2025-11-19 16:18:35 +07:00
2025_11_19_092038_create_themes_table.php refactor(theme): change label airing proof theme to theme only 2025-12-05 09:59:02 +07:00
2025_11_20_014326_create_permission_tables.php feat: Add policies for SubClassification, SubLocation, and User models 2025-11-20 09:00:59 +07:00
2025_11_20_041121_create_companies_table.php feat: Implement company-based verification status for media and journalist data change requests, and refine admin verification UI/UX. 2026-01-30 13:26:43 +07:00
2025_11_20_041125_create_partner_media_table.php feat: Implement company-based verification status for media and journalist data change requests, and refine admin verification UI/UX. 2026-01-30 13:26:43 +07:00
2025_11_20_041138_create_journalists_table.php feat: Implement company-based verification status for media and journalist data change requests, and refine admin verification UI/UX. 2026-01-30 13:26:43 +07:00
2025_12_02_133408_create_media_table.php feat(spatie media lib & asmit upload: install and custom path in spatie library 2025-12-04 13:57:33 +07:00
2025_12_05_095022_create_media_monitorings_table.php feat(media monitoring): implement crud 2025-12-09 11:27:59 +07:00
2025_12_05_100045_create_media_monitoring_theme_table.php feat(media monitoring): implement crud 2025-12-09 11:27:59 +07:00
2025_12_09_113331_create_content_recaps_table.php feat(content recap): implement crud 2025-12-09 15:36:50 +07:00
2025_12_10_144144_create_issue_management_table.php feat: Introduce Issue Management module, refactor enum implementations, and remove rich editors from location forms. 2025-12-11 10:41:43 +07:00
2025_12_11_155214_create_categories_table.php feat: Implement news categories and status management with a new category resource and updated news form fields for excerpt, categories, and status. 2025-12-24 08:56:11 +07:00
2025_12_12_082036_create_news_table.php feat: Implement news listing page with search, filter, and pagination, and update news table schema. 2025-12-24 14:50:26 +07:00
2025_12_12_083015_create_category_news_table.php feat: Implement news categories and status management with a new category resource and updated news form fields for excerpt, categories, and status. 2025-12-24 08:56:11 +07:00
2025_12_12_085015_create_tag_tables.php feat(news): implement news resource with CRUD functionality 2025-12-12 09:48:34 +07:00
2025_12_12_090552_create_announcements_table.php feat: Implement public announcements page with a new title field and rich text editor for content. 2026-01-06 11:07:13 +07:00
2025_12_12_091146_create_announcement_media_table.php feat(announcement): create AnnouncementMedia model, factory, and migration 2025-12-12 11:30:36 +07:00
2025_12_12_111212_create_cooperations_table.php feat: Enhance cooperation and reporting workflows with refined relationships, new payment management, and updated actions. 2026-02-02 11:56:49 +07:00
2025_12_12_111307_create_cooperation_media_table.php feat: Enhance cooperation and reporting workflows with refined relationships, new payment management, and updated actions. 2026-02-02 11:56:49 +07:00
2025_12_12_132245_create_cooperation_proposals_table.php feat: Enhance cooperation and reporting workflows with refined relationships, new payment management, and updated actions. 2026-02-02 11:56:49 +07:00
2025_12_12_132453_create_task_assignments_table.php feat: implement comprehensive cooperation management module with models, migrations, and Filament resources 2025-12-16 12:37:53 +07:00
2025_12_12_133823_create_media_task_assignment_table.php feat: Enhance cooperation and reporting workflows with refined relationships, new payment management, and updated actions. 2026-02-02 11:56:49 +07:00
2025_12_12_135847_create_reports_table.php feat: Enhance cooperation and reporting workflows with refined relationships, new payment management, and updated actions. 2026-02-02 11:56:49 +07:00
2025_12_12_135855_create_rejection_reasons_table.php feat: implement comprehensive cooperation management module with models, migrations, and Filament resources 2025-12-16 12:37:53 +07:00
2025_12_22_130245_create_verification_requests_table.php Refactor verification process and UI updates 2026-01-08 13:55:37 +07:00
2025_12_22_130256_create_verification_reviews_table.php feat: Implement a comprehensive verification system with dedicated pages, models, and UI components for companies, media, and journalists. 2025-12-22 15:00:19 +07:00
2026_01_05_153123_create_contacts_table.php feat: Implement contact management system with email reply functionality and database migration 2026-01-06 09:37:55 +07:00
2026_01_06_112810_create_visitors_table.php feat: Add visitor tracking functionality with Filament resource and footer statistics. 2026-01-06 12:01:50 +07:00
2026_01_08_145246_create_notifications_table.php feat: Add notification system with BroadcastNotification class and database migration for notifications table 2026-01-09 10:43:16 +07:00
2026_01_14_140256_create_cooperation_payments_table.php feat: Add a console command to simulate cooperation time, improve date validation, and refine UI texts and report creation conditions. 2026-01-19 08:23:56 +07:00
2026_01_28_110008_create_data_change_requests_table.php feat: introduce a comprehensive data change request and review system with new Filament resources, models, migrations, and actions for managing data changes. 2026-01-29 09:44:52 +07:00
2026_01_28_110032_create_data_change_reviews_table.php feat: introduce a comprehensive data change request and review system with new Filament resources, models, migrations, and actions for managing data changes. 2026-01-29 09:44:52 +07:00