From d77fb66e91cef4af422883eed3111fbd4bd0ba9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Jodas?= Date: Thu, 12 Dec 2024 21:35:52 +0100 Subject: [PATCH] fix aws us db prefix --- src/Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Config.php b/src/Config.php index 208513c..13ff042 100644 --- a/src/Config.php +++ b/src/Config.php @@ -11,7 +11,7 @@ class Config extends BaseConfig private const STACK_DATABASES = [ 'connection.keboola.com' => [ 'db_replica_prefix' => 'AWSUS', - 'db_prefix' => 'sapi', + 'db_prefix' => 'SAPI', 'account' => 'KEBOOLA', 'region' => 'AWS_US_WEST_2', ],