From e4397e6b1538ddfa71da9839d6011a73fadc528f Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Mon, 9 Jun 2025 20:34:22 +0200 Subject: ... derp --- lib/Travelynx/Command/database.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Travelynx/Command/database.pm') diff --git a/lib/Travelynx/Command/database.pm b/lib/Travelynx/Command/database.pm index 460e05c..1385389 100644 --- a/lib/Travelynx/Command/database.pm +++ b/lib/Travelynx/Command/database.pm @@ -3032,7 +3032,7 @@ qq{select distinct checkout_station_id from in_transit where backend_id = 0;} $db->query( qq{ alter table schema_version add column efa varchar(12); - update schema_version set version = 59; + update schema_version set version = 63; update schema_version set efa = '0'; } ); -- cgit v1.2.3