From cb1e3afb44149d4272fb78a28a205d2a1147518a Mon Sep 17 00:00:00 2001 From: jordi fita mas Date: Wed, 13 Mar 2024 20:55:58 +0100 Subject: [PATCH] Tag database with v5 --- debian/changelog | 2 +- pkg/build/version.go | 2 +- sqitch.plan | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index f264bae..386dbaf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -camper (1.4~git00000000000000.0000000-1) bookworm; urgency=medium +camper (1.5~git00000000000000.0000000-1) bookworm; urgency=medium * Initial release diff --git a/pkg/build/version.go b/pkg/build/version.go index 65718b1..92deed6 100644 --- a/pkg/build/version.go +++ b/pkg/build/version.go @@ -1,3 +1,3 @@ package build -const Version = "1.4~git" +const Version = "1.5~git" diff --git a/sqitch.plan b/sqitch.plan index 2a74aa1..a0211a6 100644 --- a/sqitch.plan +++ b/sqitch.plan @@ -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 # Add function to compute payment down payment from its percentage payment_reference [roles schema_camper payment] 2024-02-14T01:45:37Z jordi fita mas # Add function to generate a payment reference @v4 2024-02-27T17:30:17Z jordi fita mas # Tag v4 + company__tourist_tax_max_days [company] 2024-02-27T18:03:51Z jordi fita mas # 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 # 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 # 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 # Add function to flush payments +@v5 2024-03-13T19:55:03Z jordi fita mas # Tag v5