commit cee5a44b58077dbc4c95b11d4151fb0a9d19f5cd
parent 6ecdd0657bc5325d6a45033638061cb98997d846
Author: bohdan-potuzhnyi <bohdan.potuzhnyi@gmail.com>
Date: Sun, 13 Apr 2025 15:26:39 +0200
fixing some problems
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/backenddb/merchant-0016.sql b/src/backenddb/merchant-0016.sql
@@ -14,7 +14,7 @@
-- TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
--
--- @file merchant-0015.sql
+-- @file merchant-0016.sql
-- @brief Create table to store donau related information
-- @author Bohdan Potuzhnyi
-- @author Vlada Svirsh
@@ -22,7 +22,7 @@
BEGIN;
-- Check patch versioning is in place.
-SELECT _v.register_patch('merchant-0015', NULL, NULL);
+SELECT _v.register_patch('merchant-0016', NULL, NULL);
SET search_path TO merchant;