| .. |
|
0001_01_01_000000_create_users_table.php
|
Refactor database migrations to use explicit foreign key constraints with cascade on delete, update enum column definitions to use enum values and add indexes, and refine model casts.
|
2026-02-02 13:19:27 +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
|
refactor: Remove sort_order column and related functionality from classification and sub-classification models, migrations, and Filament resources.
|
2026-03-13 09:02:19 +07:00 |
|
2025_11_19_082630_create_sub_classifications_table.php
|
refactor: Remove sort_order column and related functionality from classification and sub-classification models, migrations, and Filament resources.
|
2026-03-13 09:02:19 +07:00 |
|
2025_11_19_084250_create_locations_table.php
|
refactor: Remove sort_order field and its associated logic from location and sub-location models, migrations, and Filament resources.
|
2026-03-13 09:06:55 +07:00 |
|
2025_11_19_084252_create_sub_locations_table.php
|
refactor: Remove sort_order field and its associated logic from location and sub-location models, migrations, and Filament resources.
|
2026-03-13 09:06:55 +07:00 |
|
2025_11_19_085234_create_departments_table.php
|
refactor: Remove sort_order column and related reordering functionality from categories, departments, and themes.
|
2026-03-13 09:17:19 +07:00 |
|
2025_11_19_092038_create_themes_table.php
|
refactor: Remove sort_order column and related reordering functionality from categories, departments, and themes.
|
2026-03-13 09:17:19 +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: Add phone number field to companies table, migration, and Filament forms/resources.
|
2026-03-16 16:31:11 +07:00 |
|
2025_11_20_041125_create_partner_media_table.php
|
refactor: Update enums to use integer values and adjust migration column definitions and default values accordingly.
|
2026-03-13 11:55:29 +07:00 |
|
2025_11_20_041138_create_journalists_table.php
|
Refactor database migrations to use explicit foreign key constraints with cascade on delete, update enum column definitions to use enum values and add indexes, and refine model casts.
|
2026-02-02 13:19:27 +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
|
refactor: remove 'news_page' field from Media Monitoring resources for simplification
|
2026-04-07 14:24:00 +07:00 |
|
2025_12_05_100045_create_media_monitoring_theme_table.php
|
Refactor database migrations to use explicit foreign key constraints with cascade on delete, update enum column definitions to use enum values and add indexes, and refine model casts.
|
2026-02-02 13:19:27 +07:00 |
|
2025_12_09_113331_create_content_recaps_table.php
|
refactor: Make content recap type field nullable in the database, migration command, and Filament form.
|
2026-03-16 15:10:30 +07:00 |
|
2025_12_10_144144_create_issue_management_table.php
|
refactor: Update enums to use integer values and adjust migration column definitions and default values accordingly.
|
2026-03-13 11:55:29 +07:00 |
|
2025_12_12_082036_create_news_table.php
|
refactor: Update enums to use integer values and adjust migration column definitions and default values accordingly.
|
2026-03-13 11:55:29 +07:00 |
|
2025_12_12_085015_create_tag_tables.php
|
fix: Update MigrateNewsCommand to filter empty tags and make slug column nullable in tag migration
|
2026-03-26 10:20:07 +07:00 |
|
2025_12_12_090552_create_announcements_table.php
|
refactor: Update enums to use integer values and adjust migration column definitions and default values accordingly.
|
2026-03-13 11:55:29 +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
|
refactor: Update enums to use integer values and adjust migration column definitions and default values accordingly.
|
2026-03-13 11:55:29 +07:00 |
|
2025_12_12_111307_create_cooperation_media_table.php
|
refactor: Update enums to use integer values and adjust migration column definitions and default values accordingly.
|
2026-03-13 11:55:29 +07:00 |
|
2025_12_12_132245_create_cooperation_proposals_table.php
|
refactor: Update enums to use integer values and adjust migration column definitions and default values accordingly.
|
2026-03-13 11:55:29 +07:00 |
|
2025_12_12_132453_create_task_assignments_table.php
|
Refactor database migrations to use explicit foreign key constraints with cascade on delete, update enum column definitions to use enum values and add indexes, and refine model casts.
|
2026-02-02 13:19:27 +07:00 |
|
2025_12_12_133823_create_media_task_assignment_table.php
|
refactor: Update enums to use integer values and adjust migration column definitions and default values accordingly.
|
2026-03-13 11:55:29 +07:00 |
|
2025_12_12_135847_create_reports_table.php
|
feat: Allow longer titles for reports by changing the database column to text and removing the form input length limit.
|
2026-03-13 13:30:05 +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 database migrations to use explicit foreign key constraints with cascade on delete, update enum column definitions to use enum values and add indexes, and refine model casts.
|
2026-02-02 13:19:27 +07:00 |
|
2025_12_22_130256_create_verification_reviews_table.php
|
Refactor database migrations to use explicit foreign key constraints with cascade on delete, update enum column definitions to use enum values and add indexes, and refine model casts.
|
2026-02-02 13:19:27 +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: implement cooperation payment workflow with invoice submission, approval, and rejection actions
|
2026-04-10 16:17:34 +07:00 |
|
2026_01_28_110008_create_data_change_requests_table.php
|
Refactor database migrations to use explicit foreign key constraints with cascade on delete, update enum column definitions to use enum values and add indexes, and refine model casts.
|
2026-02-02 13:19:27 +07:00 |
|
2026_01_28_110032_create_data_change_reviews_table.php
|
Refactor database migrations to use explicit foreign key constraints with cascade on delete, update enum column definitions to use enum values and add indexes, and refine model casts.
|
2026-02-02 13:19:27 +07:00 |
|
2026_03_26_100443_create_department_issue_management_table.php
|
feat: Add many-to-many relationship for Issue Management with Departments, including migration, Filament UI updates, and a new department issue chart.
|
2026-03-26 10:24:03 +07:00 |
|
2026_03_26_144130_create_user_settings_table.php
|
refactor: Consolidate user settings table creation by integrating all preference columns and enhancing the NotifStyle enum.
|
2026-03-26 16:01:45 +07:00 |
|
2026_04_11_152539_create_activity_log_table.php
|
feat: install and configure jacobtims/filament-logger for activity tracking
|
2026-04-11 15:40:59 +07:00 |
|
2026_04_11_152540_add_event_column_to_activity_log_table.php
|
feat: install and configure jacobtims/filament-logger for activity tracking
|
2026-04-11 15:40:59 +07:00 |
|
2026_04_11_152541_add_batch_uuid_column_to_activity_log_table.php
|
feat: install and configure jacobtims/filament-logger for activity tracking
|
2026-04-11 15:40:59 +07:00 |