forked from Salman1205/MailAssist
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathschema_debug.txt
More file actions
18 lines (18 loc) · 1.03 KB
/
schema_debug.txt
File metadata and controls
18 lines (18 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Checking table: connected_accounts...
FAIL: 'connected_accounts' - Could not find the table 'public.connected_accounts' in the schema cache (PGRST205)
Checking table: accounts...
FAIL: 'accounts' - Could not find the table 'public.accounts' in the schema cache (PGRST205)
Checking table: google_accounts...
FAIL: 'google_accounts' - Could not find the table 'public.google_accounts' in the schema cache (PGRST205)
Checking table: gmail_accounts...
FAIL: 'gmail_accounts' - Could not find the table 'public.gmail_accounts' in the schema cache (PGRST205)
Checking table: gmail_tokens...
FAIL: 'gmail_tokens' - Could not find the table 'public.gmail_tokens' in the schema cache (PGRST205)
Checking table: tokens...
MATCH: Table 'tokens' exists!
Checking table: auth_tokens...
FAIL: 'auth_tokens' - Could not find the table 'public.auth_tokens' in the schema cache (PGRST205)
Checking table: user_tokens...
FAIL: 'user_tokens' - Could not find the table 'public.user_tokens' in the schema cache (PGRST205)
Checking table: users...
MATCH: Table 'users' exists!