navidrome/db/migration
2021-11-05 20:24:50 -04:00
..
20200130083147_create_schema.go
20200131183653_standardize_item_type.go
20200208222418_add_defaults_to_annotations.go
20200220143731_change_duration_to_float.go
20200310171621_enable_search_by_albumartist.go
20200310181627_add_transcoding_and_player_tables.go
20200319211049_merge_search_into_main_tables.go
20200325185135_add_album_artist_id.go
20200326090707_fix_album_artists_importing.go
20200327193744_add_year_range_to_album.go
20200404214704_add_indexes.go
20200409002249_enable_search_by_tracks_artists.go
20200411164603_add_created_and_updated_fields_to_playlists.go
20200418110522_reindex_to_fix_album_years.go
20200419222708_reindex_to_change_full_text_search.go
20200423204116_add_sort_fields.go
20200508093059_add_artist_song_count.go
20200512104202_add_disc_subtitle.go
20200516140647_add_playlist_tracks_table.go
20200608153717_referential_integrity.go
20200706231659_add_default_transcodings.go
20200710211442_add_playlist_path.go
20200731095603_create_play_queues_table.go
20200801101355_create_bookmark_table.go
20200819111809_drop_email_unique_constraint.go
20201003111749_add_starred_at_index.go
20201010162350_add_album_size.go
20201012210022_add_artist_playlist_size.go
20201021085410_add_mbids.go
20201021093209_add_media_file_indexes.go
20201021135455_add_media_file_artist_index.go
20201030162009_add_artist_info_table.go
20201110205344_add_comments_and_lyrics.go
20201128100726_add_real-path_option.go
20201213124814_add_all_artist_ids_to_album.go
20210322132848_add_timestamp_indexes.go
20210418232815_fix_album_comments.go
20210430212322_add_bpm_metadata.go
20210530121921_create_shares_table.go
20210601231734_update_share_fieldnames.go Add Native Sharing REST API (#1150) 2021-06-08 15:44:30 -04:00
20210616150710_encrypt_all_passwords.go Implement Scrobble buffering/retrying 2021-07-02 10:04:41 -04:00
20210619231716_drop_player_name_unique_constraint.go Fix GetNowPlaying endpoint showing only the last play 2021-06-20 10:39:19 -04:00
20210623155401_add_user_prefs_player_scrobbler_enabled.go Implement Scrobble buffering/retrying 2021-07-02 10:04:41 -04:00
20210625223901_add_referential_integrity_to_user_props.go Add referential integrity to remove user's props when user is deleted 2021-06-25 23:09:10 -04:00
20210626213026_add_scrobble_buffer.go Implement Scrobble buffering/retrying 2021-07-02 10:04:41 -04:00
20210715151153_add_genre_tables.go Force full rescan when adding multi-genres 2021-07-20 17:45:08 -04:00
20210821212604_add_mediafile_channels.go feat: Adds Audio Channel Metadata - #1036 2021-09-20 19:33:50 -04:00
20211008205505_add_smart_playlist.go Initial drafts for Smart Playlists 2021-10-23 20:25:28 -04:00
20211023184825_add_order_title_to_media_file.go Better way to match top songs from external sources (Last.fm) 2021-10-23 20:26:30 -04:00
20211026191915_unescape_lyrics_and_comments.go Fix migration to support null values 2021-11-04 21:23:41 -04:00
20211029213200_add_userid_to_playlist.go Add owner_id to playlist 2021-10-31 15:08:06 -04:00
20211102215414_add_alphabetical_by_artist_index.go Add a new index for album, to optimize the getAlbumList?type=alphabeticalByArtist Subsonic query 2021-11-02 22:08:21 -04:00
20211105162746_remove_invalid_artist_ids.go Remove non-album artist_ids from the DB 2021-11-05 20:24:50 -04:00
migration.go