This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
easyappointments
Watch
1
Star
0
Fork
You've already forked easyappointments
1
mirror of
https://github.com/alextselegidis/easyappointments.git
synced
2024-11-13 11:33:05 +03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
a4056eb50b
easyappointments
/
application
/
migrations
History
Alex Tselegidis
df031fa5a1
The same migration names need to be used so that existing installations do not have problems with multiple migration numbers laying on the server.
2020-05-02 13:18:05 +02:00
..
001_specific_calendar_sync.php
The same migration names need to be used so that existing installations do not have problems with multiple migration numbers laying on the server.
2020-05-02 13:18:05 +02:00
002_add_google_analytics_setting.php
Make use of the dbprefix configuration option so that query builder calls do not need to explicitly use the database prefix.
2020-04-23 20:48:20 +02:00
003_add_customer_notifications_setting.php
Make use of the dbprefix configuration option so that query builder calls do not need to explicitly use the database prefix.
2020-04-23 20:48:20 +02:00
004_add_date_format_setting.php
005_add_require_captcha_setting.php
Make use of the dbprefix configuration option so that query builder calls do not need to explicitly use the database prefix.
2020-04-23 20:48:20 +02:00
006_add_calendar_view_setting.php
007_add_service_availabilities_type.php
The same migration names need to be used so that existing installations do not have problems with multiple migration numbers laying on the server.
2020-05-02 13:18:05 +02:00
008_add_service_attendants_number.php
The same migration names need to be used so that existing installations do not have problems with multiple migration numbers laying on the server.
2020-05-02 13:18:05 +02:00
009_change_column_types.php
010_add_time_format_setting.php
Make use of the dbprefix configuration option so that query builder calls do not need to explicitly use the database prefix.
2020-04-23 20:48:20 +02:00
011_remove_prefix_from_foreign_keys.php
012_create_consents_table.php
Make use of the dbprefix configuration option so that query builder calls do not need to explicitly use the database prefix.
2020-04-23 20:48:20 +02:00
013_add_weekday_start_setting.php
Make use of the dbprefix configuration option so that query builder calls do not need to explicitly use the database prefix.
2020-04-23 20:48:20 +02:00
014_create_appointment_location_column.php
Removed hardcoded use of the database prefix.
2020-05-02 12:51:06 +02:00
015_add_extra_working_plan_to_user_settings.php
016_add_require_phone_number_setting.php
Make use of the dbprefix configuration option so that query builder calls do not need to explicitly use the database prefix.
2020-04-23 20:48:20 +02:00
017_add_api_token_setting.php
018_add_timezone_to_users.php
Make use of the dbprefix configuration option so that query builder calls do not need to explicitly use the database prefix.
2020-04-23 20:48:20 +02:00
019_add_display_any_provider_setting.php
Make use of the dbprefix configuration option so that query builder calls do not need to explicitly use the database prefix.
2020-04-23 20:48:20 +02:00
index.html
Moved source files to the root directory.
2020-03-11 10:24:25 +01:00