discourse-calendar/db/migrate
Régis Hanol acb0681ff9
FEATURE: closed events (#564)
Adds support for "closed" events instead of just relying on the start & end dates.

An event might now be "expired" when it happened in the past.

An event might now also be "closed", if for whatever reasons, the author decides to "cancel" it.

Context - https://meta.discourse.org/t/when-closing-event-it-moves-it-to-todays-date-time/307292
2024-05-14 10:12:47 +02:00
..
20190724181542_add_on_holiday_index.rb DEV: Introduce syntax_tree for ruby formatting (#363) 2022-12-29 13:30:41 +01:00
20200226183018_create_calendar_events.rb FIX: amend resetting of cache 2020-04-30 12:45:02 +10:00
20200310200000_remove_timezone_custom_field.rb DEV: Migrate from custom fields to tables (#23) 2020-03-20 15:45:24 +02:00
20200327195549_add_topic_custom_field_post_event_date_index.rb DEV: Introduce syntax_tree for ruby formatting (#363) 2022-12-29 13:30:41 +01:00
20200409102639_drop_incorrect_future_schema_migrations.rb FIX: ensures migration order is correct (#27) 2020-04-09 19:35:20 +02:00
20200409102640_create_post_events_table.rb DEV: Introduce syntax_tree for ruby formatting (#363) 2022-12-29 13:30:41 +01:00
20200409102641_create_invitees_table.rb DEV: Introduce syntax_tree for ruby formatting (#363) 2022-12-29 13:30:41 +01:00
20200409102642_rename_setting_to_discourse_post_event.rb REFACTOR: ensures consistent naming with discourse-post-event (#26) 2020-04-09 18:10:45 +02:00
20200409102643_rename_tables_to_discourse_post_event.rb DEV: Introduce syntax_tree for ruby formatting (#363) 2022-12-29 13:30:41 +01:00
20200409120815_rename_topic_custom_field_topic_post_event_starts_at_index.rb DEV: Introduce syntax_tree for ruby formatting (#363) 2022-12-29 13:30:41 +01:00
20200409181607_remove_display_invitees.rb DEV: Promote historic post-deploy migrations (#146) 2021-06-23 17:54:27 +01:00
20200729094848_add_url_column_to_event.rb FEATURE: allows to add a url to an event (#52) 2020-08-03 08:58:52 +02:00
20200805073343_drop_old_discourse_calendar_tables.rb DEV: Introduce syntax_tree for ruby formatting (#363) 2022-12-29 13:30:41 +01:00
20200805133257_add_custom_fields_to_event.rb FEATURE: adds support for custom fields on event 2020-08-07 17:50:15 +02:00
20200809154642_create_reminders_table.rb DEV: Introduce syntax_tree for ruby formatting (#363) 2022-12-29 13:30:41 +01:00
20200810185432_refactor_reminders.rb REFACTOR: makes reminders to be in raw 2020-08-10 23:38:04 +02:00
20200810190429_drop_reminders_table.rb DEV: Promote historic post-deploy migrations (#146) 2021-06-23 17:54:27 +01:00
20200812193122_add_recurrence_to_events.rb FEATURE: intoduces recurrence support 2020-08-13 10:19:13 +02:00
20200926144256_add_unique_index_to_topic_event_ends_at_custom_field.rb DEV: Introduce syntax_tree for ruby formatting (#363) 2022-12-29 13:30:41 +01:00
20201110225115_create_post_event_dates_table.rb DEV: Introduce syntax_tree for ruby formatting (#363) 2022-12-29 13:30:41 +01:00
20201111005205_move_data_to_event_dates.rb DEV: Introduce syntax_tree for ruby formatting (#363) 2022-12-29 13:30:41 +01:00
20211216124303_add_timezone_to_calendar_events.rb FEATURE: fullDay calendar option (#207) 2022-01-06 09:51:11 +01:00
20220228163400_adds_timezone_to_discourse_post_event_event.rb FEATURE: adds support for timezone (recurring and non recurring) (#237) 2022-03-03 12:03:21 +01:00
20220604200919_create_disabled_holidays.rb DEV: Introduce syntax_tree for ruby formatting (#363) 2022-12-29 13:30:41 +01:00
20220613073844_unescape_event_name.rb DEV: Promote historical post-deploy migrations 2023-07-26 10:37:10 +02:00
20220724130519_fix_post_event_timezones.rb FIX: Handle non-UTC events correctly (#299) 2022-07-25 10:25:32 +01:00
20221121165352_add_type_field_to_events_reminders.rb DEV: Promote historical post-deploy migrations 2023-07-26 10:37:10 +02:00
20221223210225_add_minimal_option_to_calendar_event.rb FEATURE: Add minimal option to events (#362) 2023-01-13 12:12:02 -03:00
20231123233308_delete_duplicated_holidays.rb FIX: prevent holiday duplicates when username is changed (#488) 2023-11-23 16:38:03 -08:00
20231124021939_delete_similar_holidays.rb FIX: remove duplicated holidays because of timezone change (#489) 2023-11-24 14:48:47 +11:00
20240513140542_add_closed_to_discourse_post_event.rb FEATURE: closed events (#564) 2024-05-14 10:12:47 +02:00