From: Roland Häder Date: Sun, 6 Aug 2017 19:45:27 +0000 (+0200) Subject: fixed tpzo X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=999712e74a019405e7f9a88606c83b1f7054c682;p=jfinancials.git fixed tpzo Signed-off-by: Roland Häder --- diff --git a/test_data/jfinancials.sql b/test_data/jfinancials.sql index 390aa47..a99f51c 100644 --- a/test_data/jfinancials.sql +++ b/test_data/jfinancials.sql @@ -54,7 +54,7 @@ INSERT INTO `mobile_provider` (`provider_id`, `provider_dial_prefix`, `provider_ -- Exportiere Daten aus Tabelle jfinancials.country_data: ~0 rows (ungefähr) INSERT INTO `country_data` (`country_id`, `country_abroad_dial_prefix`, `country_code`, `country_entry_created`, `country_external_dial_prefix`, `country_i18n_key`, `country_is_local_prefix_required`, `country_phone_code`) VALUES - (1, '00', 'DE', '2016-04-19 10:08:14', '0', 'COUNTRY_GERMANY', 1, 49); + (1, '+', 'DE', '2016-04-19 10:08:14', '0', 'COUNTRY_GERMANY', 1, 49); -- Exportiere Daten aus Tabelle jfinancials.email_changes: ~0 rows (ungefähr)