easyappointments/application/migrations
Alex Tselegidis f5360d2f2d Rename the block period description field to notes for compatibility with the other unavailability events 2023-11-17 09:37:38 +01:00
..
001_specific_calendar_sync.php Update the project subtitle. 2022-01-18 13:05:42 +01:00
002_add_google_analytics_setting.php Perform setting related migration improvements 2022-05-20 18:27:57 +02:00
003_add_customer_notifications_setting.php Perform setting related migration improvements 2022-05-20 18:27:57 +02:00
004_add_date_format_setting.php Perform setting related migration improvements 2022-05-20 18:27:57 +02:00
005_add_require_captcha_setting.php Perform setting related migration improvements 2022-05-20 18:27:57 +02:00
006_add_calendar_view_setting.php Update the project subtitle. 2022-01-18 13:05:42 +01:00
007_add_service_availabilities_type.php Update the project subtitle. 2022-01-18 13:05:42 +01:00
008_add_service_attendants_number.php Update the project subtitle. 2022-01-18 13:05:42 +01:00
009_change_column_types.php Update the project subtitle. 2022-01-18 13:05:42 +01:00
010_add_time_format_setting.php Perform various DB migration fixes and improvements 2022-03-29 10:35:50 +02:00
011_remove_prefix_from_fkey_constraints.php Update the project subtitle. 2022-01-18 13:05:42 +01:00
012_legal_contents.php Perform various DB migration fixes and improvements 2022-03-29 10:35:50 +02:00
013_add_weekday_start_setting.php Perform various DB migration fixes and improvements 2022-03-29 10:35:50 +02:00
014_create_appointment_location_column.php Perform various DB migration fixes and improvements 2022-03-29 10:35:50 +02:00
015_add_working_plan_exceptions_to_user_settings.php Perform various DB migration fixes and improvements 2022-03-29 10:35:50 +02:00
016_add_require_phone_number_setting.php Perform various DB migration fixes and improvements 2022-03-29 10:35:50 +02:00
017_add_api_token_setting.php Perform various DB migration fixes and improvements 2022-03-29 10:35:50 +02:00
018_add_timezone_to_users.php Update the project subtitle. 2022-01-18 13:05:42 +01:00
019_add_display_any_provider_setting.php Perform various DB migration fixes and improvements 2022-03-29 10:35:50 +02:00
020_add_language_to_users.php Update the project subtitle. 2022-01-18 13:05:42 +01:00
021_modify_sync_period_columns.php Update the project subtitle. 2022-01-18 13:05:42 +01:00
022_add_booking_field_settings.php Perform various DB migration fixes and improvements 2022-03-29 10:35:50 +02:00
023_rename_service_categories_table_to_categories.php Update the project subtitle. 2022-01-18 13:05:42 +01:00
024_rename_id_service_categories_column_of_services_table.php Perform various DB migration fixes and improvements 2022-03-29 10:35:50 +02:00
025_rename_is_unavailable_column_of_appointments_table.php Correct the column names in 025_rename_is_unavailable_column_of_appointments_table.php 2022-10-03 17:06:01 +03:00
026_add_color_column_to_services_table.php Perform various styling changes to the fullcalendar widget 2023-03-20 08:56:02 +01:00
027_add_color_column_to_appointments_table.php Perform various styling changes to the fullcalendar widget 2023-03-20 08:56:02 +01:00
028_add_matomo_analytics_url_setting.php Perform various DB migration fixes and improvements 2022-03-29 10:35:50 +02:00
029_add_display_delete_personal_information_setting.php Perform various DB migration fixes and improvements 2022-03-29 10:35:50 +02:00
030_add_disable_booking_setting.php Perform various DB migration fixes and improvements 2022-03-29 10:35:50 +02:00
031_add_disable_booking_message_setting.php Perform various DB migration fixes and improvements 2022-03-29 10:35:50 +02:00
032_add_company_logo_setting.php Perform various DB migration fixes and improvements 2022-03-29 10:35:50 +02:00
033_add_company_color_setting.php Perform various DB migration fixes and improvements 2022-03-29 10:35:50 +02:00
034_add_display_login_button_setting.php Perform various DB migration fixes and improvements 2022-03-29 10:35:50 +02:00
035_add_is_private_column_to_services_table.php Perform various DB migration fixes and improvements 2022-03-29 10:35:50 +02:00
036_add_is_private_column_to_users_table.php Perform various DB migration fixes and improvements 2022-03-29 10:35:50 +02:00
037_add_timestamp_columns.php Drop support for soft deletes in order to reduce the code complexity and data usage 2023-10-19 16:25:45 +02:00
038_add_theme_setting.php Support multiple Bootswatch themes for the app (#1205). 2022-05-22 14:39:19 +02:00
039_add_limit_customer_access_setting.php Rename the "limit_customer_visibility" setting to "limit_customer_access" 2022-05-27 09:23:38 +02:00
040_create_webhooks_table.php Add support for dynamic webhook definition in the settings page (#581) 2022-06-20 12:12:36 +03:00
041_add_webhooks_column_to_roles_table.php Add support for dynamic webhook definition in the settings page (#581) 2022-06-20 12:12:36 +03:00
042_add_future_booking_limit_setting.php Add new setting for limiting new public bookings in the future (#1203). 2022-06-27 15:14:46 +03:00
043_add_appointment_status_options_setting.php Allow the users to define their own status and assign them to appointments (#244). 2022-10-16 21:54:26 +03:00
044_add_status_column_to_appointments_table.php Fix condition on new field migration files 2022-11-30 11:22:48 +01:00
045_drop_delete_datetime_column_from_all_tables.php Add blocked period CRUD operations to the app (#432) 2023-11-03 18:25:23 +01:00
046_revert_rename_service_categories_table_to_categories.php Add blocked period CRUD operations to the app (#432) 2023-11-03 18:25:23 +01:00
047_revert_rename_id_service_categories_column_of_services_table.php Add blocked period CRUD operations to the app (#432) 2023-11-03 18:25:23 +01:00
048_create_blocked_periods_table.php Rename the block period description field to notes for compatibility with the other unavailability events 2023-11-17 09:37:38 +01:00
049_add_blocked_periods_column_to_roles_table.php Add blocked period CRUD operations to the app (#432) 2023-11-03 18:25:23 +01:00
index.html Moved source files to the root directory. 2020-03-11 10:24:25 +01:00