We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60d9d38 commit 0f7cbc6Copy full SHA for 0f7cbc6
indexer/src/config/init.ts
@@ -16,7 +16,7 @@ export async function initializeDatabase(noTrigger = true): Promise<void> {
16
SELECT EXISTS (
17
SELECT 1 FROM pg_catalog.pg_class c
18
JOIN pg_catalog.pg_namespace n ON n.oid = c.relnamespace
19
- WHERE c.relname = 'Guards' AND n.nspname = 'public'
+ WHERE c.relname = 'SequelizeMeta' AND n.nspname = 'public'
20
)
21
`,
22
{ type: QueryTypes.SELECT },
0 commit comments