koel/database/migrations
2022-11-08 18:38:28 +01: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 refactor: use custom query builders instead of scopes 2022-08-09 20:45:11 +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 refactor: use custom query builders instead of scopes 2022-08-09 20:45:11 +02:00
2017_04_21_092159_copy_artist_to_contributing_artist.php fix: use proper integer cast type per DB driver 2022-08-10 09:00:54 +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 fix: wrong foreign key name 2022-08-01 12:48:27 +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: support playlist folders (closes #1476) 2022-09-02 22:01:11 +07: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: add and use "last played" timestamp for songs (#1578) 2022-11-08 18:38:28 +01:00