Tag database with v5

This commit is contained in:
jordi fita mas 2024-03-13 20:55:58 +01:00
parent 864286e52a
commit cb1e3afb44
3 changed files with 4 additions and 2 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
camper (1.4~git00000000000000.0000000-1) bookworm; urgency=medium
camper (1.5~git00000000000000.0000000-1) bookworm; urgency=medium
* Initial release

View File

@ -1,3 +1,3 @@
package build
const Version = "1.4~git"
const Version = "1.5~git"

View File

@ -259,7 +259,9 @@ process_payment_response [roles schema_camper redsys_response payment payment_re
down_payment [roles schema_camper payment] 2024-02-13T21:53:44Z jordi fita mas <jordi@tandem.blog> # Add function to compute payment down payment from its percentage
payment_reference [roles schema_camper payment] 2024-02-14T01:45:37Z jordi fita mas <jordi@tandem.blog> # Add function to generate a payment reference
@v4 2024-02-27T17:30:17Z jordi fita mas <jordi@tandem.blog> # Tag v4
company__tourist_tax_max_days [company] 2024-02-27T18:03:51Z jordi fita mas <jordi@tandem.blog> # Add tourist_tax_max_days to company
draft_payment [draft_payment@v4 company__tourist_tax_max_days] 2024-02-27T17:49:05Z jordi fita mas <jordi@tandem.blog> # Limit the number of nights that have tourist tax in draft_payment
grant_select_on_payment_status_to_guest [roles payment_status payment_status_i18n] 2024-02-29T16:42:13Z jordi fita mas <jordi@tandem.blog> # Grant SELECT on payment_status and payment_status_i18n to guest
flush_payments [roles schema_camper payment payment_option payment_redsys_response] 2024-03-13T12:58:04Z jordi fita mas <jordi@tandem.blog> # Add function to flush payments
@v5 2024-03-13T19:55:03Z jordi fita mas <jordi@tandem.blog> # Tag v5