koel/database/migrations
2024-07-14 20:49:40 +02:00
..
.gitkeep Revert "chore: change artist name DB type to text (fixes #879) (#1260)" 2020-11-14 19:17:51 +01:00
2014_10_12_000000_create_users_table.php chore: fix static analysis problems 2020-12-23 00:01:49 +01:00
2014_10_12_100000_create_password_resets_table.php chore: fix static analysis problems 2020-12-23 00:01:49 +01:00
2015_11_23_074600_create_artists_table.php chore: fix static analysis problems 2020-12-23 00:01:49 +01:00
2015_11_23_074709_create_albums_table.php chore: fix static analysis problems 2020-12-23 00:01:49 +01:00
2015_11_23_074713_create_songs_table.php chore: fix static analysis problems 2020-12-23 00:01:49 +01:00
2015_11_23_074723_create_playlists_table.php chore: fix static analysis problems 2020-12-23 00:01:49 +01:00
2015_11_23_074733_create_interactions_table.php chore: fix static analysis problems 2020-12-23 00:01:49 +01:00
2015_11_23_082854_create_playlist_song_table.php chore: fix static analysis problems 2020-12-23 00:01:49 +01:00
2015_11_25_033351_create_settings_table.php chore: fix static analysis problems 2020-12-23 00:01:49 +01:00
2015_12_18_072523_add_preferences_to_users_table.php chore: fix static analysis problems 2020-12-23 00:01:49 +01:00
2015_12_22_092542_add_image_to_artists_table.php chore: fix static analysis problems 2020-12-23 00:01:49 +01:00
2016_03_20_134512_add_track_into_songs.php chore: fix static analysis problems 2020-12-23 00:01:49 +01:00
2016_04_15_121215_add_is_complilation_into_albums.php chore: fix static analysis problems 2020-12-23 00:01:49 +01:00
2016_04_15_125237_add_contributing_artist_id_into_songs.php chore: fix static analysis problems 2020-12-23 00:01:49 +01:00
2016_04_16_082627_create_various_artists.php chore: remove unnecessary type hints 2024-07-06 17:45:02 +02:00
2016_06_16_134516_cascade_delete_user.php chore: fix static analysis problems 2020-12-23 00:01:49 +01:00
2016_07_09_054503_fix_artist_autoindex_value.php feat(build): add CI for MySQL (#1614) 2022-12-04 14:56:25 +01:00
2017_04_21_092159_copy_artist_to_contributing_artist.php chore: remove unnecessary type hints 2024-07-06 17:45:02 +02:00
2017_04_22_161504_drop_is_complication_from_albums.php chore: fix static analysis problems 2020-12-23 00:01:49 +01:00
2017_04_29_025836_rename_contributing_artist_id.php fix: koel:init 2022-08-02 10:21:05 +02:00
2017_11_27_184010_add_disc_into_songs.php chore: fix static analysis problems 2020-12-23 00:01:49 +01:00
2018_11_03_182520_add_rules_into_playlists.php chore: fix static analysis problems 2020-12-23 00:01:49 +01:00
2019_12_14_000001_create_personal_access_tokens_table.php chore: fix static analysis problems 2020-12-23 00:01:49 +01:00
2021_06_04_153259_convert_user_preferences_from_array_to_json.php feat: rework 3rd integration 2022-08-08 18:00:59 +02:00
2021_12_06_164648_increase_string_columns_length.php fix: drop artists_name_unique fails with Postgres (fixes #1435) 2022-04-13 12:52:45 +02:00
2022_06_11_091750_add_indexes.php fix: replace "index" with "fullText" in migration 2022-08-03 12:16:09 +02:00
2022_07_05_085742_remove_default_album_covers.php refactor: use custom query builders instead of scopes 2022-08-09 20:45:11 +02:00
2022_07_07_203511_convert_settings_to_json.php feat: store settings as json instead of serialized 2022-07-07 23:23:41 +02:00
2022_08_01_093952_use_uuids_for_song_ids.php feat(plust): playlist collaboration 2024-07-06 17:44:44 +02:00
2022_08_04_092531_drop_contributing_artist_id.php feat: rework 3rd integration 2022-08-08 18:00:59 +02:00
2022_08_10_075423_support_playlist_folders.php feat(plust): playlist collaboration 2024-07-06 17:44:44 +02:00
2022_09_21_084050_more_tags.php feat: support genre and year (closes #1503) (#1509) 2022-09-23 13:21:29 +07:00
2022_10_18_064917_add_index_to_postgresql.php feat: index songs.album_id for PostgreSQL (#1547) 2022-10-24 18:01:05 +02:00
2022_11_08_144634_add_last_played_at_into_interactions_table.php feat(build): add CI for MySQL (#1614) 2022-12-04 14:56:25 +01:00
2023_04_17_114909_convert_playlist_rule_ids_to_uuid.php feat: use UUID for smart playlist rules + test fixes 2023-04-17 21:45:43 +02:00
2023_08_20_122210_support_user_invitation.php feat: invite users 2023-08-22 22:53:55 +02:00
2023_12_28_223335_create_queue_states_table.php feat: persist queue and playback state (closes #1675) (#1735) 2024-01-01 12:40:21 +01:00
2024_01_03_104241_support_multi_tenant.php fix: v7 migration broken for MySQL 2024-07-10 20:21:44 +02:00
2024_01_05_102651_add_license_support.php feat: integrate with Lemon Squeezy 2024-07-06 17:44:40 +02:00
2024_01_12_101606_add_own_songs_only_into_playlists_table.php feat(plus): support "own songs only" option for smart playlists 2024-07-06 17:44:43 +02:00
2024_01_16_215642_use_uuids_for_playlists.php fix: playlist UUID migration 2024-07-06 17:44:47 +02:00
2024_01_16_223123_add_playlist_collaborations_table.php feat(plust): playlist collaboration 2024-07-06 17:44:44 +02:00
2024_01_16_223632_add_timestamps_and_user_id_into_playlist_song_table.php fix: never use Eloquent in migration 2024-07-11 17:21:56 +02:00
2024_01_17_104332_create_playlist_collaboration_tokens_table.php feat(plust): playlist collaboration 2024-07-06 17:44:44 +02:00
2024_01_27_171649_add_position_into_playlists_table.php fix: no need to pre-calculate playlist song order 2024-07-11 19:24:40 +02:00
2024_02_05_171703_add_storage_into_songs_table.php feat: convert storage tyes to enums 2024-07-06 17:44:58 +02:00
2024_02_24_085736_add_playlist_cover.php feat: custom cover for playlists 2024-07-06 17:44:46 +02:00
2024_03_19_204549_add_user_avatar.php feat: custom profile avatar 2024-07-06 17:44:52 +02:00
2024_03_26_094029_add_playlist_folder_playlist_table.php fix: playlist folder migration 2024-07-06 17:44:56 +02:00
2024_03_28_132619_add_user_sso_provider.php feat: support Google SSO 2024-07-06 17:44:56 +02:00
2024_03_31_094353_add_sso_id_into_users_table.php feat: support Google SSO 2024-07-06 17:44:56 +02:00
2024_04_18_093120_upgrade_sanctum_from2_to3.php feat(build): uprade to Laravel 10 (and PHP 8.1) 2024-07-06 17:44:57 +02:00
2024_05_08_094243_create_podcast_related_tables.php feat(test): BE tests for Podcast feature 2024-07-06 17:45:05 +02:00
2024_07_14_180751_convert_json_columns_to_text.php fix: issues with DISTINCT on pgsql (#1789) 2024-07-14 20:49:40 +02:00