clarion/db/migrate
Petko Bordjukov 6a404cdbe9 Add data consistency migrations 2016-10-11 03:55:49 +03:00
..
20140728105159_devise_create_users.rb Generate an initial User model 2014-07-28 14:15:08 +03:00
20140807103632_create_speaker_profiles.rb Speaker profile editing 2014-08-31 14:57:34 +03:00
20140807103805_remove_speaker_profile_columns_from_users.rb Introduce SpeakerProfile 2014-08-07 14:05:13 +03:00
20140807104059_add_user_reference_to_speaker_profiles.rb Introduce SpeakerProfile 2014-08-07 14:05:13 +03:00
20140810162730_create_conferences.rb Add initial Conference model implementation 2014-08-10 19:57:46 +03:00
20140810172123_create_tracks.rb Add an initial Track model implementation 2014-08-10 20:30:37 +03:00
20140810174338_create_events.rb Add an initial implementation of the Event model 2014-08-10 21:18:41 +03:00
20140831121527_rename_picture_url_to_picture_in_speaker_profiles.rb Picture uploading 2014-08-31 16:02:56 +03:00
20140901103859_add_translation_tables_to_conferences.rb Add a localised description to the tracks 2014-09-06 18:21:59 +03:00
20140902144335_add_admin_flag_to_users.rb Send a notification to administrators on new event 2014-09-02 18:11:35 +03:00
20140906151300_add_description_to_tracks.rb Add a localised description to the tracks 2014-09-06 18:21:59 +03:00
20140906151433_add_translation_tables_to_tracks.rb Add a localised description to the tracks 2014-09-06 18:21:59 +03:00
20141010142514_change_event_state_defaults.rb Event state management 2014-10-10 19:10:34 +03:00
20141012100900_create_halls.rb Add schedule model 2014-10-12 13:26:07 +03:00
20141012101004_create_slots.rb Add schedule model 2014-10-12 13:26:07 +03:00
20141012110528_add_acceptance_email_fields_to_events.rb Implement an acceptance mailer with localized views 2014-10-12 14:54:06 +03:00
20141013134153_create_events_to_speakers_join_table.rb Allow an event to have more than one speaker 2014-10-13 16:50:16 +03:00
20141014181014_add_call_for_papers_status_to_conferences.rb Add CFP Status to Conferences 2014-10-15 13:32:58 +03:00
20141105100105_create_propositions.rb Introduce the Proposition model 2015-04-17 02:03:07 +03:00
20141105100827_create_propositions_for_existing_events.rb Introduce the Proposition model 2015-04-17 02:03:07 +03:00
20150408204739_remove_not_null_constraint_on_conference_title.rb Remove NOT NULL constraints on globalized fields 2015-04-08 23:53:12 +03:00
20150408204855_remove_not_null_constraint_on_conference_description.rb Remove NOT NULL constraints on globalized fields 2015-04-08 23:53:12 +03:00
20150408205015_remove_not_null_constraint_on_track_name.rb Remove NOT NULL constraints on globalized fields 2015-04-08 23:53:12 +03:00
20150416232523_create_event_types.rb Introduce the EventType model 2015-04-17 03:39:18 +03:00
20150416234411_create_event_types_for_all_existing_events.rb Fix migrations that populates the event types 2015-08-10 20:34:19 +03:00
20150417002119_add_event_type_to_events.rb Create EventTypes with data from existing Events 2015-04-17 03:40:30 +03:00
20150417002233_populate_event_type_of_existing_events.rb Fix migrations that populates the event types 2015-08-10 20:34:19 +03:00
20150417004249_remove_unneeded_columns_from_events.rb Remove several unneeded colums from events 2015-04-17 03:56:14 +03:00
20150420154042_create_call_for_participations.rb Introduce a CallForParticipation model 2015-04-20 18:55:06 +03:00
20150524160616_create_call_for_participation_records.rb Create CFP records for existing Conference records 2015-05-24 16:12:06 +03:00
20150530181525_rename_speaker_profiles_to_personal_profiles.rb Rename SpeakerProfile to PersonalProfile 2015-05-30 18:24:12 +03:00
20150530182514_add_conference_id_to_personal_profiles.rb A user has many profiles now 2015-05-30 18:53:14 +03:00
20150530182857_populate_conference_id_in_personal_profiles.rb Fix migration that fails in build 2015-07-12 11:22:19 +03:00
20150712103000_add_slug_to_conferences.rb Create conference slug and maintain it in params 2015-07-12 11:05:38 +03:00
20150719114546_remove_slug_from_conferences.rb Nest everything under /conferences/:id/ again 2015-07-19 11:46:47 +03:00
20150719170422_add_description_to_event_types.rb Add Event Type editing to the Conference form 2015-07-19 20:06:17 +03:00
20150729135346_create_participations.rb Fix foreign key constraint for Participations 2015-08-10 20:51:44 +03:00
20150729135818_create_participation_records.rb Management fixes 2015-08-05 15:05:31 +03:00
20150729145831_drop_join_table_events_sepaker_profiles.rb Introduce a Participation model 2015-07-31 14:40:04 +03:00
20150805161830_add_language_to_users.rb Update user 2015-08-05 17:17:39 +03:00
20150814202053_add_conference_id_to_events.rb Add conference_id to Event 2015-08-14 23:39:29 +03:00
20150814203341_add_track_id_to_events.rb Add track_id to Event 2015-08-14 23:58:02 +03:00
20150814204500_remove_proposition_accepting_fields_from_propositions.rb The proposition_accepting columns did not have a FK constraint 2015-08-15 04:36:40 +03:00
20150815030159_add_host_name_to_conferences.rb Add a host_name field to Conference 2015-08-15 06:15:49 +03:00
20150819205900_add_time_limits_to_event_types.rb Add missing migration for the previous commit 2015-08-20 00:26:47 +03:00
20150819213202_drop_default_value_for_length_in_events.rb Specify correct default values for events 2015-08-20 00:33:13 +03:00
20150901074818_create_volunteer_teams.rb Introduce Volunteer Teams 2015-09-01 11:09:26 +03:00
20150901091814_create_volunteerships.rb User-facing volunteership functionality 2015-09-12 13:48:41 +03:00
20151018105303_add_css_class_to_tracks.rb Add CSS class to tracks by request of @krokodilerian 2015-10-18 13:54:14 +03:00
20151018105806_add_css_style_string_to_tracks.rb Add a CSS Style string to tracks by request of @krokodilerian 2015-10-18 13:58:44 +03:00
20151018105933_add_foreground_color_to_tracks.rb Add a Foreground color field to tracks by request of @krokodilerian 2015-10-18 14:00:03 +03:00
20151018211611_add_confirmed_at_to_propositions.rb Move the confirmation date to Proposition 2015-10-19 00:27:21 +03:00
20151018211712_populate_confirmed_at_of_propositions_for_events.rb Move the confirmation date to Proposition 2015-10-19 00:27:21 +03:00
20151018212026_remove_confirmed_at_from_events.rb Move the confirmation date to Proposition 2015-10-19 00:27:21 +03:00
20151020071227_add_translations_to_halls.rb Add translation tables to Halls 2015-10-20 10:16:19 +03:00
20151021162134_create_volunteers.rb Add new volunteer application form 2015-10-21 23:19:53 +03:00
20151021183039_create_join_table_volunteer_volunteer_team.rb Add new volunteer application form 2015-10-21 23:19:53 +03:00
20151021185100_add_conference_id_to_volunteers.rb Add new volunteer application form 2015-10-21 23:19:53 +03:00
20151021190854_add_language_to_volunteers.rb Add new volunteer application form 2015-10-21 23:19:53 +03:00
20160705153038_add_planned_cfp_end_date_to_conferences.rb Add a planned cfp end date to conferences 2016-07-05 18:35:11 +03:00
20161010163747_add_vote_data_to_conferences.rb Implement vote results 2016-10-11 01:52:19 +03:00
20161010170711_add_vote_data_to_events.rb Implement vote results 2016-10-11 01:52:19 +03:00
20161011005219_set_minimal_and_maximal_times_for_all_event_types.rb Add data consistency migrations 2016-10-11 03:55:49 +03:00
20161011005420_add_descriptions_for_all_events.rb Add data consistency migrations 2016-10-11 03:55:49 +03:00