Skip to content

Commit 0f7cbc6

Browse files
committed
test-4
1 parent 60d9d38 commit 0f7cbc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indexer/src/config/init.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export async function initializeDatabase(noTrigger = true): Promise<void> {
1616
SELECT EXISTS (
1717
SELECT 1 FROM pg_catalog.pg_class c
1818
JOIN pg_catalog.pg_namespace n ON n.oid = c.relnamespace
19-
WHERE c.relname = 'Guards' AND n.nspname = 'public'
19+
WHERE c.relname = 'SequelizeMeta' AND n.nspname = 'public'
2020
)
2121
`,
2222
{ type: QueryTypes.SELECT },

0 commit comments

Comments
 (0)