Pony.fm/database/migrations
2016-01-23 04:27:43 -08:00
..
.gitkeep Initial L5.1 commit 2015-08-30 12:26:03 +01:00
2013_06_07_003952_create_users_table.php Licensed Pony.fm under the GNU Affero General Public License (AGPL). 2015-10-24 22:17:45 -07:00
2013_06_27_015259_create_tracks_table.php Licensed Pony.fm under the GNU Affero General Public License (AGPL). 2015-10-24 22:17:45 -07:00
2013_07_26_230827_create_images_table.php Licensed Pony.fm under the GNU Affero General Public License (AGPL). 2015-10-24 22:17:45 -07:00
2013_07_28_034328_create_songs_table.php Licensed Pony.fm under the GNU Affero General Public License (AGPL). 2015-10-24 22:17:45 -07:00
2013_07_28_060804_create_albums.php #8: Implemented several tests for the API. 2015-12-24 18:08:49 -08:00
2013_07_28_135136_create_playlists.php Licensed Pony.fm under the GNU Affero General Public License (AGPL). 2015-10-24 22:17:45 -07:00
2013_08_01_051337_create_comments.php Licensed Pony.fm under the GNU Affero General Public License (AGPL). 2015-10-24 22:17:45 -07:00
2013_08_18_041928_create_user_tables.php Licensed Pony.fm under the GNU Affero General Public License (AGPL). 2015-10-24 22:17:45 -07:00
2013_08_18_045248_create_favourites.php Licensed Pony.fm under the GNU Affero General Public License (AGPL). 2015-10-24 22:17:45 -07:00
2013_08_29_025516_create_followers.php Licensed Pony.fm under the GNU Affero General Public License (AGPL). 2015-10-24 22:17:45 -07:00
2013_09_01_025031_oauth.php Licensed Pony.fm under the GNU Affero General Public License (AGPL). 2015-10-24 22:17:45 -07:00
2013_09_01_232520_create_news_table.php Licensed Pony.fm under the GNU Affero General Public License (AGPL). 2015-10-24 22:17:45 -07:00
2013_09_10_014644_create_latest_column.php #8: Implemented several tests for the API. 2015-12-24 18:08:49 -08:00
2013_09_23_031316_create_track_hashes.php Moved all database models into their own namespace. 2015-12-31 16:24:33 -08:00
2013_09_24_055911_track_is_listed.php #8: Implemented several tests for the API. 2015-12-24 18:08:49 -08:00
2014_05_28_071738_update_track_hash.php Moved all database models into their own namespace. 2015-12-31 16:24:33 -08:00
2015_04_30_064436_add_remember_me_field.php Licensed Pony.fm under the GNU Affero General Public License (AGPL). 2015-10-24 22:17:45 -07:00
2015_05_20_155236_add_archived_profile_field.php Licensed Pony.fm under the GNU Affero General Public License (AGPL). 2015-10-24 22:17:45 -07:00
2015_05_25_011121_create_track_files_table.php Moved all database models into their own namespace. 2015-12-31 16:24:33 -08:00
2015_09_04_160648_make_email_nullable.php #8: Implemented several tests for the API. 2015-12-24 18:08:49 -08:00
2015_09_05_113647_add_new_indices.php #8: Implemented several tests for the API. 2015-12-24 18:08:49 -08:00
2015_09_05_143300_create_mlpma_table.php Licensed Pony.fm under the GNU Affero General Public License (AGPL). 2015-10-24 22:17:45 -07:00
2015_09_12_225021_create_session_table.php Licensed Pony.fm under the GNU Affero General Public License (AGPL). 2015-10-24 22:17:45 -07:00
2015_09_29_035228_AddAlphabeticalIndices.php Licensed Pony.fm under the GNU Affero General Public License (AGPL). 2015-10-24 22:17:45 -07:00
2015_10_26_192855_update_track_files_with_cache.php #8: Implemented several tests for the API. 2015-12-24 18:08:49 -08:00
2015_10_26_231224_AddTrackSourceColumn.php #8: Implemented several tests for the API. 2015-12-24 18:08:49 -08:00
2015_10_28_162655_AddTrackFilesForDeletedTracks.php Moved all database models into their own namespace. 2015-12-31 16:24:33 -08:00
2015_10_29_153827_update_track_files_with_filesize.php Add in changes from code review 2015-11-01 16:49:28 +00:00
2015_11_05_004145_AddUnclassifiedTrackType.php Added missing copyright notices. 2015-11-05 17:10:33 -08:00
2015_11_21_020332_RenameUsernameAndIndexIsArchived.php Fixes #29: Usernames are now used to check if a Pony.fm account already exists. The username column was also renamed. 2015-11-20 18:25:11 -08:00
2015_11_24_025733_create_revisions_table.php Fixed a duplicate class name. 2015-11-24 12:36:39 -08:00
2015_11_24_182326_AddDeletedAtColumnToGenres.php #20: Implemented the genre merging tool. 2015-12-05 18:43:05 -08:00
2015_12_05_235108_create_failed_jobs_table.php #20: Implemented the genre merging tool. 2015-12-05 18:43:05 -08:00
2015_12_18_025953_convert_track_file_in_progress_to_status.php #39: Implemented asynchronous encoding in uploads. 2015-12-18 05:11:29 -08:00
2015_12_24_151903_add_sensible_defaults.php #8: Implemented several tests for the API. 2015-12-24 18:08:49 -08:00
2015_12_25_154727_add_more_defaults.php #8: Implemented auto-publishing and lots of optional fields for the upload endpoint. 2015-12-26 03:40:47 -08:00
2015_12_25_155223_add_metadata_columns.php #8: Implemented auto-publishing and lots of optional fields for the upload endpoint. 2015-12-26 03:40:47 -08:00
2015_12_29_152005_add_account_disabled_column.php #29: Implemented the auth:merge-duplicates CLI script to reconcile duplicate accounts. 2015-12-29 08:54:08 -08:00
2016_01_01_001340_update_model_namespaces_in_revisions.php Moved all database models into their own namespace. 2015-12-31 16:24:33 -08:00
2016_01_06_123513_add_genre_timestamps.php #20: Added the genre creation tool. 2016-01-06 04:50:44 -08:00
2016_01_14_021607_setup_elasticsearch.php #1: Made Elasticsearch hosts configurable in an environment variable. 2016-01-17 05:22:14 -08:00
2016_01_23_062640_EnforceUniqueTracksInPlaylists.php #56: Fixed duplicate tracks in playlists. 2016-01-23 04:27:43 -08:00