This commit is contained in:
2026-01-13 00:08:45 +01:00
parent 4f271a8560
commit 8e4dac8557

View File

@@ -32,7 +32,7 @@ $bridgeConfig = [
PDO::ATTR_DEFAULT_FETCH_MODE => PDO::FETCH_ASSOC,
],
],
'tables_allow' => [], // optional whitelist: ['customers', 'orders']
'tables_allow' => ['users', 'children', 'event_participants', 'events', 'user_points', 'user_points_totals', 'user_profiles', 'forum_posts', 'forum_threads'], // optional whitelist: ['customers', 'orders']
'setup_hint' => '__SETUP_HINT__',
];