From 2ec363ca637b9ba072a6ae127dad73d3ecd72c08 Mon Sep 17 00:00:00 2001 From: jordi fita mas Date: Mon, 29 Jan 2024 01:57:53 +0100 Subject: [PATCH] Tag database with v2 --- 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 a9816b4..3a585c9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -camper (0.0~git00000000000000.0000000-1) bookworm; urgency=medium +camper (1.2~git00000000000000.0000000-1) bookworm; urgency=medium * Initial release diff --git a/pkg/build/version.go b/pkg/build/version.go index 411e2a2..d132957 100644 --- a/pkg/build/version.go +++ b/pkg/build/version.go @@ -1,3 +1,3 @@ package build -const Version = "1.0~git" +const Version = "1.2~git" diff --git a/sqitch.plan b/sqitch.plan index 690c051..b6eface 100644 --- a/sqitch.plan +++ b/sqitch.plan @@ -168,6 +168,8 @@ edit_campsite_type [edit_campsite_type@v1 campsite_type__check_in_out] 2024-01-2 campsite_type_i18n__check_in_out [campsite_type_i18n] 2024-01-22T18:07:21Z jordi fita mas # Add check_in and check_out fields to campsite_type_i18n translate_campsite_type [translate_campsite_type@v1 campsite_type_i18n__check_in_out] 2024-01-22T18:14:26Z jordi fita mas # Add check_in and check_out parameters to translate_campsite_type function remove_campsite_type_option [roles schema_camper campsite_type_option campsite_type_option_i18n campsite_type_option_cost] 2024-01-22T19:25:03Z jordi fita mas # Add function to remove campsite type options +@v2 2024-01-29T00:55:22Z jordi fita mas # Version 2 + home [roles schema_camper company user_profile] 2024-01-23T10:02:08Z jordi fita mas # Add table to hold texts for home page setup_home [roles schema_camper home] 2024-01-23T10:14:14Z jordi fita mas # Add function to set up home page home_i18n [roles schema_camper home] 2024-01-23T10:19:47Z jordi fita mas # Add table to hold translated texts for home page