Pony.fm/database/legacy_migrations
Laravel Shift c420d3955b Laravel 5.3 Update (#107)
* Shift core files

* Shift app folder structure

Laravel 5.3 no longer includes the `Events`, `Jobs`, `Listeners`, and
`Policies` folders by default. Instead, they are created when you make
them using `artisan`.

* Shift Middleware

* Shift Providers

* Shift configuration

* Shift Routes

Laravel 5.3 now stores Routes in a top-level `routes` folder and
separates them into API, console, and web files.

* Shift deprecations

The `Str::randomBytes` and `Str::equals` methods were deprecated in
Laravel 5.2 and removed in Laravel 5.3 in favor of the native
`random_bytes` and `hash_equals` PHP functions.

In addition, the Collection method `lists()` was replaced with
`pluck()`.

* Shift Laravel dependencies

* Shift cleanup

* Updated composer.json

* Updated providers to 5.3 style

* Removed events folder and extend correct exceptions handler

* Updated configuration

* Shift back our method names from ending in "pluck" to "list"

* Temporarily add back in old mcrypt encrypter
2016-09-30 00:56:25 +01:00
..
2013_06_07_003952_create_users_table.php #86: Generated migrations from MySQL DB 2016-06-27 00:11:45 +01:00
2013_06_27_015259_create_tracks_table.php #86: Generated migrations from MySQL DB 2016-06-27 00:11:45 +01:00
2013_07_26_230827_create_images_table.php #86: Generated migrations from MySQL DB 2016-06-27 00:11:45 +01:00
2013_07_28_034328_create_songs_table.php #86: Generated migrations from MySQL DB 2016-06-27 00:11:45 +01:00
2013_07_28_060804_create_albums.php #86: Generated migrations from MySQL DB 2016-06-27 00:11:45 +01:00
2013_07_28_135136_create_playlists.php #86: Generated migrations from MySQL DB 2016-06-27 00:11:45 +01:00
2013_08_01_051337_create_comments.php #86: Generated migrations from MySQL DB 2016-06-27 00:11:45 +01:00
2013_08_18_041928_create_user_tables.php #86: Generated migrations from MySQL DB 2016-06-27 00:11:45 +01:00
2013_08_18_045248_create_favourites.php #86: Generated migrations from MySQL DB 2016-06-27 00:11:45 +01:00
2013_08_29_025516_create_followers.php #86: Generated migrations from MySQL DB 2016-06-27 00:11:45 +01:00
2013_09_01_025031_oauth.php #86: Generated migrations from MySQL DB 2016-06-27 00:11:45 +01:00
2013_09_01_232520_create_news_table.php #86: Generated migrations from MySQL DB 2016-06-27 00:11:45 +01:00
2013_09_10_014644_create_latest_column.php #86: Generated migrations from MySQL DB 2016-06-27 00:11:45 +01:00
2013_09_23_031316_create_track_hashes.php #86: Generated migrations from MySQL DB 2016-06-27 00:11:45 +01:00
2013_09_24_055911_track_is_listed.php #86: Generated migrations from MySQL DB 2016-06-27 00:11:45 +01:00
2014_05_28_071738_update_track_hash.php #86: Generated migrations from MySQL DB 2016-06-27 00:11:45 +01:00
2015_04_30_064436_add_remember_me_field.php #86: Generated migrations from MySQL DB 2016-06-27 00:11:45 +01:00
2015_05_20_155236_add_archived_profile_field.php #86: Generated migrations from MySQL DB 2016-06-27 00:11:45 +01:00
2015_05_25_011121_create_track_files_table.php #86: Generated migrations from MySQL DB 2016-06-27 00:11:45 +01:00
2015_09_04_160648_make_email_nullable.php #86: Generated migrations from MySQL DB 2016-06-27 00:11:45 +01:00
2015_09_05_113647_add_new_indices.php #86: Generated migrations from MySQL DB 2016-06-27 00:11:45 +01:00
2015_09_05_143300_create_mlpma_table.php #86: Generated migrations from MySQL DB 2016-06-27 00:11:45 +01:00
2015_09_12_225021_create_session_table.php #86: Generated migrations from MySQL DB 2016-06-27 00:11:45 +01:00
2015_09_29_035228_AddAlphabeticalIndices.php #86: Generated migrations from MySQL DB 2016-06-27 00:11:45 +01:00
2015_10_26_192855_update_track_files_with_cache.php #86: Generated migrations from MySQL DB 2016-06-27 00:11:45 +01:00
2015_10_26_231224_AddTrackSourceColumn.php #86: Generated migrations from MySQL DB 2016-06-27 00:11:45 +01:00
2015_10_28_162655_AddTrackFilesForDeletedTracks.php #86: Generated migrations from MySQL DB 2016-06-27 00:11:45 +01:00
2015_10_29_153827_update_track_files_with_filesize.php #86: Generated migrations from MySQL DB 2016-06-27 00:11:45 +01:00
2015_11_05_004145_AddUnclassifiedTrackType.php #86: Generated migrations from MySQL DB 2016-06-27 00:11:45 +01:00
2015_11_21_020332_RenameUsernameAndIndexIsArchived.php #86: Generated migrations from MySQL DB 2016-06-27 00:11:45 +01:00
2015_11_24_025733_create_revisions_table.php Laravel 5.2 Update (#106) 2016-09-29 23:26:31 +01:00
2015_11_24_182326_AddDeletedAtColumnToGenres.php #86: Generated migrations from MySQL DB 2016-06-27 00:11:45 +01:00
2015_12_05_235108_create_failed_jobs_table.php #86: Generated migrations from MySQL DB 2016-06-27 00:11:45 +01:00
2015_12_18_025953_convert_track_file_in_progress_to_status.php #86: Generated migrations from MySQL DB 2016-06-27 00:11:45 +01:00
2015_12_24_151903_add_sensible_defaults.php #86: Generated migrations from MySQL DB 2016-06-27 00:11:45 +01:00
2015_12_25_154727_add_more_defaults.php #86: Generated migrations from MySQL DB 2016-06-27 00:11:45 +01:00
2015_12_25_155223_add_metadata_columns.php #86: Generated migrations from MySQL DB 2016-06-27 00:11:45 +01:00
2015_12_29_152005_add_account_disabled_column.php #86: Generated migrations from MySQL DB 2016-06-27 00:11:45 +01:00
2016_01_01_001340_update_model_namespaces_in_revisions.php #86: Generated migrations from MySQL DB 2016-06-27 00:11:45 +01:00
2016_01_06_123513_add_genre_timestamps.php #86: Generated migrations from MySQL DB 2016-06-27 00:11:45 +01:00
2016_01_14_021607_setup_elasticsearch.php #86: Generated migrations from MySQL DB 2016-06-27 00:11:45 +01:00
2016_01_23_062640_EnforceUniqueTracksInPlaylists.php Laravel 5.3 Update (#107) 2016-09-30 00:56:25 +01:00
2016_04_06_152844_create_notifications_tables.php #86: Generated migrations from MySQL DB 2016-06-27 00:11:45 +01:00
2016_06_05_193032_enforce_unique_slugs.php Laravel 5.3 Update (#107) 2016-09-30 00:56:25 +01:00
2016_06_05_221208_add_timestamps_to_show_songs.php #86: Generated migrations from MySQL DB 2016-06-27 00:11:45 +01:00
2016_06_10_010314_create_subscription_table.php #86: Generated migrations from MySQL DB 2016-06-27 00:11:45 +01:00
2016_06_15_075023_fix_cache_table.php #86: Generated migrations from MySQL DB 2016-06-27 00:11:45 +01:00
2016_06_15_080045_fix_cache_table_2.php #86: Generated migrations from MySQL DB 2016-06-27 00:11:45 +01:00