PIMS/database/migrations
2025-12-07 01:28:02 -06:00
..
0001_01_01_000000_create_users_table.php Initial commit of existing project 2025-12-06 21:49:26 -06:00
0001_01_01_000001_create_cache_table.php Initial commit of existing project 2025-12-06 21:49:26 -06:00
0001_01_01_000002_create_jobs_table.php Initial commit of existing project 2025-12-06 21:49:26 -06:00
2025_08_14_170933_add_two_factor_columns_to_users_table.php Initial commit of existing project 2025-12-06 21:49:26 -06:00
2025_12_05_000001_create_movies_tables.php Initial commit of existing project 2025-12-06 21:49:26 -06:00
2025_12_06_014900_make_supporting_names_case_insensitive_unique.php Initial commit of existing project 2025-12-06 21:49:26 -06:00
2025_12_07_000100_add_profile_path_to_actors_table.php feat(movies): switch provider to TMDb and store full actor image URLs\n\n- Add TmdbMovieProvider (v3 endpoints, v4 Bearer auth); set TMDb as default provider\n- Update config/movies.php with TMDb image base and profile size; add TMDB_PROFILE_SIZE\n- Upsert: persist actor profile_path as FULL TMDb CDN URL; backfill existing rows\n- Migrations: add actors.profile_path and backfill full URLs\n- Models: allow mass-assign profile_path on Actor\n- Admin: default provider from config; comments and docs updated\n- Frontend: show actor image on /actors/{id}; minor TMDb wording fixes in admin UI\n- Docs: update root and Movies module READMEs; env example for TMDb\n- Tests: adjust for TMDb defaults and provider IDs\n\nIncludes updated public/build assets and manifest. 2025-12-07 01:28:02 -06:00
2025_12_07_000200_backfill_full_actor_profile_urls.php feat(movies): switch provider to TMDb and store full actor image URLs\n\n- Add TmdbMovieProvider (v3 endpoints, v4 Bearer auth); set TMDb as default provider\n- Update config/movies.php with TMDb image base and profile size; add TMDB_PROFILE_SIZE\n- Upsert: persist actor profile_path as FULL TMDb CDN URL; backfill existing rows\n- Migrations: add actors.profile_path and backfill full URLs\n- Models: allow mass-assign profile_path on Actor\n- Admin: default provider from config; comments and docs updated\n- Frontend: show actor image on /actors/{id}; minor TMDb wording fixes in admin UI\n- Docs: update root and Movies module READMEs; env example for TMDb\n- Tests: adjust for TMDb defaults and provider IDs\n\nIncludes updated public/build assets and manifest. 2025-12-07 01:28:02 -06:00