Pony.fm/database/legacy_migrations
Laravel Shift 00f24a5c12 Laravel 5.2 Update (#106)
* Adopt PSR-2 coding style

The Laravel framework adopts the PSR-2 coding style in version 5.1.
Laravel apps *should* adopt this coding style as well. Read the
[PSR-2 coding style guide][1] for more details and check out [PHPCS][2]
to use as a code formatting tool.

[1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md
[2]: https://github.com/squizlabs/PHP_CodeSniffer

* Adopt PHP short array syntax

Laravel 5 adopted the short array syntax which became available in
PHP 5.4.

* Remove SelfHandling from Jobs

Jobs are self handling by default in Laravel 5.2.

* Add new exceptions to `$dontReport` property

* Shift core files

* Shift Middleware

Laravel 5.2 adjusts the `Guard` object used within middleware. In
addition, new `can` and `throttles` middleware were added.

* Shift Input to Request facade

Laravel 5.2 no longer registers the `Input` facade by default. Laravel
now prefers using the `Request` facade or the `$request` object within
*Controllers* instead. Review the [HTTP Requests][1] documentation for
more details.

[1]: https://laravel.com/docs/5.2/requests

* Shift configuration

Laravel 5.2 introduces the `env` app configuration option and removes
the `pretend` mail configuration option. In addition, a few of the
default `providers` and `aliases` bindings were removed.

* Shift Laravel dependencies

* Shift cleanup

* Updated composer.lock

* Updated Middleware to 5.2

* Config update for Laravel 5.2

* [Laravel 5.2] Updated validation strings

* Updated auth config

* Updated to use middleware groups

* Added laravel 5.2 sessions migration
2016-09-29 23:26:31 +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 #86: Generated migrations from MySQL DB 2016-06-27 00:11:45 +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 #86: Generated migrations from MySQL DB 2016-06-27 00:11:45 +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