camper/revert
jordi fita mas 7eb718dfd9 Allow many campsites for each reservation
This is actually only used for plots, but, of course, it means that
every booking now can potentially have many booked campsites, and have
to create a relation for it.

I now have a conundrum regarding stay dates: i need them to be in the
same table as the campsite_id, because constraints only work on a single
relation and without the dates i can not make sure that i am not
overbooking a given campsite; but, on the other hand, all campsites
under the same booking must be for the same dates.

Where does stay belong, then? In booking or booking_campsite? If in
booking then i can not have a constraint that most assuredly will bite
me in the back, but if in booking_campsite then each campsite could
potentially have different dates.

As far as i can see, i can not use a exclude constraint with <> for
dates in booking_campsite to ensure that all rows with the same
booking_id have the same stay (i.e., exclude those that have a different
stay for the same booking_id).

For now, the say is in **both** relations: in booking, because i need it
when it is a prebooking, at least, and in booking_campsite for the
aforementioned constraint requirements.

Will this come back and bite me? Yes, it will. But what can i do?
2024-04-21 21:28:41 +02:00
..
acsi.sql Compute ACSI discount 2024-03-14 22:08:01 +01:00
acsi_calendar.sql Compute ACSI discount 2024-03-14 22:08:01 +01:00
acsi_option.sql Compute ACSI discount 2024-03-14 22:08:01 +01:00
acsi_option__option_group.sql Group ACSI options and allow for usage in different groups 2024-04-03 12:56:52 +02:00
add_amenity.sql Add amenities section and public page 2024-01-27 22:51:41 +01:00
add_amenity_carousel_slide.sql Add amenities section and public page 2024-01-27 22:51:41 +01:00
add_amenity_feature.sql Add amenities section and public page 2024-01-27 22:51:41 +01:00
add_campsite.sql Add public pages for each individual accommodation 2024-01-26 22:27:54 +01:00
add_campsite@v1.sql Add public pages for each individual accommodation 2024-01-26 22:27:54 +01:00
add_campsite_carousel_slide.sql Add public pages for each individual accommodation 2024-01-26 22:27:54 +01:00
add_campsite_feature.sql Add public pages for each individual accommodation 2024-01-26 22:27:54 +01:00
add_campsite_type.sql Add campsite_type_pet_cost relation to hold price of dogs in campsites 2024-02-10 06:18:30 +01:00
add_campsite_type@v0.sql Add additional information field to campsite types 2024-01-15 00:28:34 +01:00
add_campsite_type@v1.sql Add check_in and check_out fields to campsite_type 2024-01-22 20:19:19 +01:00
add_campsite_type@v2.sql Add ask_zone_preferences and overflow_allowed to campsite_type 2024-01-29 03:38:11 +01:00
add_campsite_type@v3.sql Replace min_nights from campsite_type_costs to range in campsite_type 2024-01-31 23:06:45 +01:00
add_campsite_type_carousel_slide.sql Add the carousel for campsite types 2023-10-12 17:43:23 +02:00
add_campsite_type_feature.sql Add the list of features for campsite type 2023-10-13 20:30:31 +02:00
add_campsite_type_option.sql Allow campsite type option to be just per unit, not per unit per night 2024-02-11 21:45:00 +01:00
add_campsite_type_option@v3.sql Allow campsite type option to be just per unit, not per unit per night 2024-02-11 21:45:00 +01:00
add_cover_carousel_slide.sql Add home’s cover carousel 2024-01-16 21:05:52 +01:00
add_home_carousel_slide.sql Make home page’s carousel manageable via the database 2023-09-15 01:05:38 +02:00
add_media.sql Add media relation and add_media function 2023-09-08 20:03:26 +02:00
add_season.sql Add seasons’ relation, functions, and admin section 2023-08-16 20:15:57 +02:00
add_service.sql Add the services page 2023-09-17 03:42:16 +02:00
add_services_carousel_slide.sql Fix add_services_carousel_slide’s return type from void to integer 2024-01-12 19:22:55 +01:00
add_services_carousel_slide@v0.sql Fix add_services_carousel_slide’s return type from void to integer 2024-01-12 19:22:55 +01:00
add_surroundings_highlight.sql Add management of surroundings’ highlights (points of interest) 2024-01-16 01:26:35 +01:00
amenity.sql Add amenities section and public page 2024-01-27 22:51:41 +01:00
amenity_carousel.sql Add amenities section and public page 2024-01-27 22:51:41 +01:00
amenity_carousel_i18n.sql Add amenities section and public page 2024-01-27 22:51:41 +01:00
amenity_feature.sql Add amenities section and public page 2024-01-27 22:51:41 +01:00
amenity_feature_i18n.sql Add amenities section and public page 2024-01-27 22:51:41 +01:00
amenity_i18n.sql Add amenities section and public page 2024-01-27 22:51:41 +01:00
available_booking_status.sql Add “part” of the bookings’ management 2024-01-18 21:05:30 +01:00
available_countries.sql Add company and company_user relations, along with their dependencies 2023-07-29 04:25:56 +02:00
available_currencies.sql Add company and company_user relations, along with their dependencies 2023-07-29 04:25:56 +02:00
available_icons.sql Replace campfire icon with a better one, and add barbecue 2024-01-24 11:21:08 +01:00
available_icons@v1.sql Add pet icon 2024-01-24 01:01:30 +01:00
available_languages.sql Add authentication relations, views, and functions for PostgreSQL 2023-07-22 01:59:12 +02:00
available_payment_status.sql Add payment relation and use it to compute the booking’s cart 2024-02-12 05:21:00 +01:00
booking.sql Add “part” of the bookings’ management 2024-01-18 21:05:30 +01:00
booking__stay.sql Show booking on booking grid 2024-04-19 21:09:28 +02:00
booking_campsite.sql Allow many campsites for each reservation 2024-04-21 21:28:41 +02:00
booking_status.sql Add “part” of the bookings’ management 2024-01-18 21:05:30 +01:00
booking_status_i18n.sql Add “part” of the bookings’ management 2024-01-18 21:05:30 +01:00
build_cookie.sql Add authentication relations, views, and functions for PostgreSQL 2023-07-22 01:59:12 +02:00
campsite.sql Add the campsite relation, HTTP handlers, and form 2023-08-14 20:18:26 +02:00
campsite__info.sql Add public pages for each individual accommodation 2024-01-26 22:27:54 +01:00
campsite_carousel.sql Add public pages for each individual accommodation 2024-01-26 22:27:54 +01:00
campsite_carousel_i18n.sql Add public pages for each individual accommodation 2024-01-26 22:27:54 +01:00
campsite_feature.sql Add public pages for each individual accommodation 2024-01-26 22:27:54 +01:00
campsite_feature_i18n.sql Add public pages for each individual accommodation 2024-01-26 22:27:54 +01:00
campsite_i18n.sql Add public pages for each individual accommodation 2024-01-26 22:27:54 +01:00
campsite_type.sql Add the campsite_type relation 2023-07-31 14:23:15 +02:00
campsite_type__-dogs_allowed.sql Add campsite_type_pet_cost relation to hold price of dogs in campsites 2024-02-10 06:18:30 +01:00
campsite_type__additional_info.sql Add additional information field to campsite types 2024-01-15 00:28:34 +01:00
campsite_type__ask_zone_preferences.sql Add ask_zone_preferences and overflow_allowed to campsite_type 2024-01-29 03:38:11 +01:00
campsite_type__bookable_nights.sql Replace min_nights from campsite_type_costs to range in campsite_type 2024-01-31 23:06:45 +01:00
campsite_type__check_in_out.sql Add check_in and check_out fields to campsite_type 2024-01-22 20:19:19 +01:00
campsite_type__overflow_allowed.sql Add ask_zone_preferences and overflow_allowed to campsite_type 2024-01-29 03:38:11 +01:00
campsite_type_carousel.sql Add the carousel for campsite types 2023-10-12 17:43:23 +02:00
campsite_type_carousel_i18n.sql Add the carousel for campsite types 2023-10-12 17:43:23 +02:00
campsite_type_cost.sql Add the campsite type cost per season 2023-10-01 21:14:39 +02:00
campsite_type_cost__-min_nights.sql Replace min_nights from campsite_type_costs to range in campsite_type 2024-01-31 23:06:45 +01:00
campsite_type_cost__per_age.sql Compute and show the “cart” for the booking form 2024-02-04 06:37:25 +01:00
campsite_type_feature.sql Add the list of features for campsite type 2023-10-13 20:30:31 +02:00
campsite_type_feature_i18n.sql Add the list of features for campsite type 2023-10-13 20:30:31 +02:00
campsite_type_i18n.sql Add internationalization and localization of campsite types 2023-09-12 20:20:23 +02:00
campsite_type_i18n__additional_info.sql Add additional information field to campsite types 2024-01-15 00:28:34 +01:00
campsite_type_i18n__check_in_out.sql Add check_in and check_out fields to campsite_type 2024-01-22 20:19:19 +01:00
campsite_type_option.sql Add campsite type options, mainly for plots 2023-10-06 13:26:01 +02:00
campsite_type_option__per_night.sql Allow campsite type option to be just per unit, not per unit per night 2024-02-11 21:45:00 +01:00
campsite_type_option_cost.sql Add campsite type options, mainly for plots 2023-10-06 13:26:01 +02:00
campsite_type_option_cost__-cost_per_night.sql Allow campsite type option to be just per unit, not per unit per night 2024-02-11 21:45:00 +01:00
campsite_type_option_cost__cost.sql Allow campsite type option to be just per unit, not per unit per night 2024-02-11 21:45:00 +01:00
campsite_type_option_i18n.sql Add campsite type options, mainly for plots 2023-10-06 13:26:01 +02:00
campsite_type_pet_cost.sql Add campsite_type_pet_cost relation to hold price of dogs in campsites 2024-02-10 06:18:30 +01:00
change_password.sql Add authentication relations, views, and functions for PostgreSQL 2023-07-22 01:59:12 +02:00
check_cookie.sql Move the user role down to company_user relation 2023-08-08 02:22:16 +02:00
color.sql Add seasons’ relation, functions, and admin section 2023-08-16 20:15:57 +02:00
company.sql Add company and company_user relations, along with their dependencies 2023-07-29 04:25:56 +02:00
company__tourist_tax.sql Add tourist tax to company 2024-01-14 02:09:17 +01:00
company__tourist_tax_max_days.sql Add the number of maximum nights that tourist tax applies 2024-02-27 20:06:28 +01:00
company_host.sql Use HTTP Host to establish the request’s company 2023-08-03 20:21:21 +02:00
company_login_attempt.sql Add page to see login attempts for a company 2024-01-17 20:28:42 +01:00
company_user.sql Move the user role down to company_user relation 2023-08-08 02:22:16 +02:00
company_user_profile.sql Add admin page to list the users 2024-01-17 19:42:47 +01:00
country.sql Add company and company_user relations, along with their dependencies 2023-07-29 04:25:56 +02:00
country_code.sql Add company and company_user relations, along with their dependencies 2023-07-29 04:25:56 +02:00
country_i18n.sql Add company and company_user relations, along with their dependencies 2023-07-29 04:25:56 +02:00
cover_carousel.sql Add home’s cover carousel 2024-01-16 21:05:52 +01:00
cover_carousel_i18n.sql Add home’s cover carousel 2024-01-16 21:05:52 +01:00
currency.sql Add company and company_user relations, along with their dependencies 2023-07-29 04:25:56 +02:00
currency_code.sql Add company and company_user relations, along with their dependencies 2023-07-29 04:25:56 +02:00
current_company_id.sql Move the user role down to company_user relation 2023-08-08 02:22:16 +02:00
current_user_cookie.sql Add authentication relations, views, and functions for PostgreSQL 2023-07-22 01:59:12 +02:00
current_user_email.sql Add authentication relations, views, and functions for PostgreSQL 2023-07-22 01:59:12 +02:00
decode_base64url.sql Handle payment notifications from Redsys 2024-02-13 02:38:38 +01:00
down_payment.sql Add down payment 2024-02-13 23:45:25 +01:00
draft_payment.sql Group ACSI options and allow for usage in different groups 2024-04-03 12:56:52 +02:00
draft_payment@v4.sql Add the number of maximum nights that tourist tax applies 2024-02-27 20:06:28 +01:00
draft_payment@v5.sql Compute ACSI discount 2024-03-14 22:08:01 +01:00
draft_payment@v6.sql Compute the subtotal of dogs using their number, not as a boolean 2024-03-20 18:17:58 +01:00
draft_payment@v7.sql Group ACSI options and allow for usage in different groups 2024-04-03 12:56:52 +02:00
edit_amenity.sql Add amenities section and public page 2024-01-27 22:51:41 +01:00
edit_amenity_feature.sql Add amenities section and public page 2024-01-27 22:51:41 +01:00
edit_campsite.sql Add public pages for each individual accommodation 2024-01-26 22:27:54 +01:00
edit_campsite@v1.sql Add public pages for each individual accommodation 2024-01-26 22:27:54 +01:00
edit_campsite_feature.sql Add public pages for each individual accommodation 2024-01-26 22:27:54 +01:00
edit_campsite_type.sql Add campsite_type_pet_cost relation to hold price of dogs in campsites 2024-02-10 06:18:30 +01:00
edit_campsite_type@v0.sql Add additional information field to campsite types 2024-01-15 00:28:34 +01:00
edit_campsite_type@v1.sql Add check_in and check_out fields to campsite_type 2024-01-22 20:19:19 +01:00
edit_campsite_type@v2.sql Add ask_zone_preferences and overflow_allowed to campsite_type 2024-01-29 03:38:11 +01:00
edit_campsite_type@v3.sql Replace min_nights from campsite_type_costs to range in campsite_type 2024-01-31 23:06:45 +01:00
edit_campsite_type_feature.sql Add the list of features for campsite type 2023-10-13 20:30:31 +02:00
edit_campsite_type_option.sql Allow campsite type option to be just per unit, not per unit per night 2024-02-11 21:45:00 +01:00
edit_campsite_type_option@v3.sql Allow campsite type option to be just per unit, not per unit per night 2024-02-11 21:45:00 +01:00
edit_media.sql Manage all media uploads in a single place 2023-09-21 01:56:44 +02:00
edit_season.sql Add seasons’ relation, functions, and admin section 2023-08-16 20:15:57 +02:00
edit_service.sql Add the services page 2023-09-17 03:42:16 +02:00
edit_surroundings_highlight.sql Add management of surroundings’ highlights (points of interest) 2024-01-16 01:26:35 +01:00
email.sql Add authentication relations, views, and functions for PostgreSQL 2023-07-22 01:59:12 +02:00
encode_base64url.sql Implement Redsys request signature in PostgreSQL 2023-10-27 01:52:04 +02:00
encrypt_password.sql Add authentication relations, views, and functions for PostgreSQL 2023-07-22 01:59:12 +02:00
ensure_role_exists.sql Move the user role down to company_user relation 2023-08-08 02:22:16 +02:00
extension_btree_gist.sql Add the season_calendar relation and table on the admin section 2023-09-27 02:23:09 +02:00
extension_citext.sql Add authentication relations, views, and functions for PostgreSQL 2023-07-22 01:59:12 +02:00
extension_pg_libphonenumber.sql Add company and company_user relations, along with their dependencies 2023-07-29 04:25:56 +02:00
extension_pgcrypto.sql Add authentication relations, views, and functions for PostgreSQL 2023-07-22 01:59:12 +02:00
extension_uri.sql Add company and company_user relations, along with their dependencies 2023-07-29 04:25:56 +02:00
extension_vat.sql Add company and company_user relations, along with their dependencies 2023-07-29 04:25:56 +02:00
flush_payments.sql Add flush_payments to clean up draft and pending payments 2024-03-13 14:54:30 +01:00
grant_select_on_payment_status_to_guest.sql Grant SELECT on payment_status to guest 2024-02-29 18:06:50 +01:00
home.sql Make the slogan user-editable and translatable 2024-01-23 11:52:39 +01:00
home_carousel.sql Make home page’s carousel manageable via the database 2023-09-15 01:05:38 +02:00
home_carousel_i18n.sql Make home page’s carousel manageable via the database 2023-09-15 01:05:38 +02:00
home_i18n.sql Make the slogan user-editable and translatable 2024-01-23 11:52:39 +01:00
icon.sql Add the services page 2023-09-17 03:42:16 +02:00
input_is_valid.sql Add the form to update company’s tax details 2023-08-15 22:35:21 +02:00
input_is_valid_phone.sql Add the form to update company’s tax details 2023-08-15 22:35:21 +02:00
language.sql Add authentication relations, views, and functions for PostgreSQL 2023-07-22 01:59:12 +02:00
legal_text.sql Add management of legal texts 2023-12-22 02:23:18 +01:00
legal_text_i18n.sql Add management of legal texts 2023-12-22 02:23:18 +01:00
location.sql Replace contact page with location 2023-12-21 21:17:04 +01:00
location_i18n.sql Replace contact page with location 2023-12-21 21:17:04 +01:00
login.sql Add authentication relations, views, and functions for PostgreSQL 2023-07-22 01:59:12 +02:00
login_attempt.sql Add authentication relations, views, and functions for PostgreSQL 2023-07-22 01:59:12 +02:00
logout.sql Add authentication relations, views, and functions for PostgreSQL 2023-07-22 01:59:12 +02:00
media.sql Add media relation and add_media function 2023-09-08 20:03:26 +02:00
media_content.sql Manage all media uploads in a single place 2023-09-21 01:56:44 +02:00
media_path.sql Make home page’s carousel manageable via the database 2023-09-15 01:05:38 +02:00
media_type.sql Add media relation and add_media function 2023-09-08 20:03:26 +02:00
nonnegative_integer.sql Add positive_integer and nonnegative_integer domains 2024-02-13 22:12:30 +01:00
order_amenity_carousel.sql Add amenities section and public page 2024-01-27 22:51:41 +01:00
order_amenity_features.sql Add amenities section and public page 2024-01-27 22:51:41 +01:00
order_campsite_carousel.sql Add public pages for each individual accommodation 2024-01-26 22:27:54 +01:00
order_campsite_features.sql Add public pages for each individual accommodation 2024-01-26 22:27:54 +01:00
order_campsite_type_carousel.sql Add user-defined order to campsite types, options, seasons and carousels 2023-12-20 19:52:14 +01:00
order_campsite_type_features.sql Add position to campsite type features 2023-12-21 17:33:01 +01:00
order_campsite_type_options.sql Add user-defined order to campsite types, options, seasons and carousels 2023-12-20 19:52:14 +01:00
order_campsite_types.sql Add user-defined order to campsite types, options, seasons and carousels 2023-12-20 19:52:14 +01:00
order_cover_carousel.sql Add home’s cover carousel 2024-01-16 21:05:52 +01:00
order_home_carousel.sql Add user-defined order to campsite types, options, seasons and carousels 2023-12-20 19:52:14 +01:00
order_seasons.sql Add user-defined order to campsite types, options, seasons and carousels 2023-12-20 19:52:14 +01:00
order_services.sql Add position to services to be able to manually sort by admins 2024-01-13 01:15:24 +01:00
order_services_carousel.sql Add user-defined order to campsite types, options, seasons and carousels 2023-12-20 19:52:14 +01:00
order_surroundings_highlights.sql Add management of surroundings’ highlights (points of interest) 2024-01-16 01:26:35 +01:00
parse_price.sql Add the campsite type cost per season 2023-10-01 21:14:39 +02:00
payment.sql Add payment relation and use it to compute the booking’s cart 2024-02-12 05:21:00 +01:00
payment__acsi_card.sql Compute ACSI discount 2024-03-14 22:08:01 +01:00
payment_customer.sql Add payment relation and use it to compute the booking’s cart 2024-02-12 05:21:00 +01:00
payment_customer__-acsi_card.sql Compute ACSI discount 2024-03-14 22:08:01 +01:00
payment_option.sql Add payment relation and use it to compute the booking’s cart 2024-02-12 05:21:00 +01:00
payment_redsys_response.sql Handle payment notifications from Redsys 2024-02-13 02:38:38 +01:00
payment_reference.sql Add the admin page to see payments 2024-02-14 04:54:42 +01:00
payment_status.sql Add payment relation and use it to compute the booking’s cart 2024-02-12 05:21:00 +01:00
payment_status_i18n.sql Add payment relation and use it to compute the booking’s cart 2024-02-12 05:21:00 +01:00
percentage.sql Add down payment 2024-02-13 23:45:25 +01:00
policies_company.sql Move the user role down to company_user relation 2023-08-08 02:22:16 +02:00
positive_integer.sql Add positive_integer and nonnegative_integer domains 2024-02-13 22:12:30 +01:00
process_payment_response.sql Handle payment notifications from Redsys 2024-02-13 02:38:38 +01:00
ready_payment.sql Compute ACSI discount 2024-03-14 22:08:01 +01:00
ready_payment@v5.sql Compute ACSI discount 2024-03-14 22:08:01 +01:00
redsys.sql Implement Redsys request signature in PostgreSQL 2023-10-27 01:52:04 +02:00
redsys_decode_response.sql Handle payment notifications from Redsys 2024-02-13 02:38:38 +01:00
redsys_encrypt.sql Implement Redsys request signature in PostgreSQL 2023-10-27 01:52:04 +02:00
redsys_environment.sql Implement Redsys request signature in PostgreSQL 2023-10-27 01:52:04 +02:00
redsys_integration.sql Implement Redsys request signature in PostgreSQL 2023-10-27 01:52:04 +02:00
redsys_request.sql Implement Redsys request signature in PostgreSQL 2023-10-27 01:52:04 +02:00
redsys_response.sql Handle payment notifications from Redsys 2024-02-13 02:38:38 +01:00
redsys_sign_request.sql Implement Redsys request signature in PostgreSQL 2023-10-27 01:52:04 +02:00
redsys_signed_request.sql Implement Redsys request signature in PostgreSQL 2023-10-27 01:52:04 +02:00
remove_amenity.sql Add amenities section and public page 2024-01-27 22:51:41 +01:00
remove_amenity_carousel_slide.sql Add amenities section and public page 2024-01-27 22:51:41 +01:00
remove_amenity_feature.sql Add amenities section and public page 2024-01-27 22:51:41 +01:00
remove_campsite_carousel_slide.sql Add public pages for each individual accommodation 2024-01-26 22:27:54 +01:00
remove_campsite_feature.sql Add public pages for each individual accommodation 2024-01-26 22:27:54 +01:00
remove_campsite_type_carousel_slide.sql Add the carousel for campsite types 2023-10-12 17:43:23 +02:00
remove_campsite_type_feature.sql Add function to delete campsite type features 2024-01-26 22:54:19 +01:00
remove_campsite_type_option.sql Add remove_campsite_type_option function 2024-01-22 20:54:03 +01:00
remove_cover_carousel_slide.sql Add home’s cover carousel 2024-01-16 21:05:52 +01:00
remove_home_carousel_slide.sql Make home page’s carousel manageable via the database 2023-09-15 01:05:38 +02:00
remove_service.sql Add function and HTTP handler to delete services 2023-09-26 17:29:49 +02:00
remove_services_carousel_slide.sql Add the services page 2023-09-17 03:42:16 +02:00
remove_surroundings_ad.sql Add ad management for surroundings 2024-01-23 14:53:15 +01:00
remove_surroundings_highlight.sql Add management of surroundings’ highlights (points of interest) 2024-01-16 01:26:35 +01:00
roles.sql Add authentication relations, views, and functions for PostgreSQL 2023-07-22 01:59:12 +02:00
schema_auth.sql Add authentication relations, views, and functions for PostgreSQL 2023-07-22 01:59:12 +02:00
schema_camper.sql Add authentication relations, views, and functions for PostgreSQL 2023-07-22 01:59:12 +02:00
schema_public.sql Add authentication relations, views, and functions for PostgreSQL 2023-07-22 01:59:12 +02:00
season.sql Add seasons’ relation, functions, and admin section 2023-08-16 20:15:57 +02:00
season_calendar.sql Add the season_calendar relation and table on the admin section 2023-09-27 02:23:09 +02:00
season_calendar_season_id_fkey.sql Add missing foreign key between season_calendar and season 2024-03-14 18:38:58 +01:00
season_i18n.sql Add internationalization and localization to seasons 2023-10-03 21:14:37 +02:00
service.sql Add the services page 2023-09-17 03:42:16 +02:00
service__position.sql Add position to services to be able to manually sort by admins 2024-01-13 01:15:24 +01:00
service_i18n.sql Add the services page 2023-09-17 03:42:16 +02:00
services_carousel.sql Add the services page 2023-09-17 03:42:16 +02:00
services_carousel_i18n.sql Add the services page 2023-09-17 03:42:16 +02:00
set_campsite_type_cost.sql Compute and show the “cart” for the booking form 2024-02-04 06:37:25 +01:00
set_campsite_type_cost@v3.sql Replace min_nights from campsite_type_costs to range in campsite_type 2024-01-31 23:06:45 +01:00
set_campsite_type_option_cost.sql Allow campsite type option to be just per unit, not per unit per night 2024-02-11 21:45:00 +01:00
set_campsite_type_option_cost@v3.sql Allow campsite type option to be just per unit, not per unit per night 2024-02-11 21:45:00 +01:00
set_campsite_type_pet_cost.sql Add campsite_type_pet_cost relation to hold price of dogs in campsites 2024-02-10 06:18:30 +01:00
set_cookie.sql Move the user role down to company_user relation 2023-08-08 02:22:16 +02:00
set_season_range.sql Add the season_calendar relation and table on the admin section 2023-09-27 02:23:09 +02:00
setup_home.sql Make the slogan user-editable and translatable 2024-01-23 11:52:39 +01:00
setup_location.sql Replace contact page with location 2023-12-21 21:17:04 +01:00
setup_redsys.sql Implement Redsys request signature in PostgreSQL 2023-10-27 01:52:04 +02:00
setup_surroundings_ad.sql Add ad management for surroundings 2024-01-23 14:53:15 +01:00
surroundings_ad.sql Add ad management for surroundings 2024-01-23 14:53:15 +01:00
surroundings_ad_i18n.sql Add ad management for surroundings 2024-01-23 14:53:15 +01:00
surroundings_highlight.sql Add management of surroundings’ highlights (points of interest) 2024-01-16 01:26:35 +01:00
surroundings_highlight_i18n.sql Add management of surroundings’ highlights (points of interest) 2024-01-16 01:26:35 +01:00
to_color.sql Add seasons’ relation, functions, and admin section 2023-08-16 20:15:57 +02:00
to_integer.sql Add seasons’ relation, functions, and admin section 2023-08-16 20:15:57 +02:00
to_price.sql Add the campsite type cost per season 2023-10-01 21:14:39 +02:00
translate_amenity.sql Add amenities section and public page 2024-01-27 22:51:41 +01:00
translate_amenity_carousel_slide.sql Add amenities section and public page 2024-01-27 22:51:41 +01:00
translate_amenity_feature.sql Add amenities section and public page 2024-01-27 22:51:41 +01:00
translate_campsite.sql Add public pages for each individual accommodation 2024-01-26 22:27:54 +01:00
translate_campsite_carousel_slide.sql Add public pages for each individual accommodation 2024-01-26 22:27:54 +01:00
translate_campsite_feature.sql Add public pages for each individual accommodation 2024-01-26 22:27:54 +01:00
translate_campsite_type.sql Add check_in and check_out fields to campsite_type 2024-01-22 20:19:19 +01:00
translate_campsite_type@v0.sql Add additional information field to campsite types 2024-01-15 00:28:34 +01:00
translate_campsite_type@v1.sql Add check_in and check_out fields to campsite_type 2024-01-22 20:19:19 +01:00
translate_campsite_type_carousel_slide.sql Add the carousel for campsite types 2023-10-12 17:43:23 +02:00
translate_campsite_type_feature.sql Add the list of features for campsite type 2023-10-13 20:30:31 +02:00
translate_campsite_type_option.sql Add campsite type options, mainly for plots 2023-10-06 13:26:01 +02:00
translate_cover_carousel_slide.sql Add home’s cover carousel 2024-01-16 21:05:52 +01:00
translate_home.sql Make the slogan user-editable and translatable 2024-01-23 11:52:39 +01:00
translate_home_carousel_slide.sql Make home page’s carousel manageable via the database 2023-09-15 01:05:38 +02:00
translate_legal_text.sql Add management of legal texts 2023-12-22 02:23:18 +01:00
translate_location.sql Replace contact page with location 2023-12-21 21:17:04 +01:00
translate_season.sql Add internationalization and localization to seasons 2023-10-03 21:14:37 +02:00
translate_service.sql Add the services page 2023-09-17 03:42:16 +02:00
translate_services_carousel_slide.sql Add the services page 2023-09-17 03:42:16 +02:00
translate_surroundings_ad.sql Add ad management for surroundings 2024-01-23 14:53:15 +01:00
translate_surroundings_highlight.sql Add management of surroundings’ highlights (points of interest) 2024-01-16 01:26:35 +01:00
translation.sql Add the edit form for services 2023-09-25 20:10:33 +02:00
unset_campsite_type_pet_cost.sql Add campsite_type_pet_cost relation to hold price of dogs in campsites 2024-02-10 06:18:30 +01:00
unset_season_range.sql Add the season_calendar relation and table on the admin section 2023-09-27 02:23:09 +02:00
user.sql Add authentication relations, views, and functions for PostgreSQL 2023-07-22 01:59:12 +02:00
user_profile.sql Add authentication relations, views, and functions for PostgreSQL 2023-07-22 01:59:12 +02:00
zero_pad.sql Implement Redsys request signature in PostgreSQL 2023-10-27 01:52:04 +02:00