feat(schema/indexer)!: implement start indexing (#21636)

Co-authored-by: Marko <marko@baricevic.me>
This commit is contained in:
Aaron Craelius
2024-09-23 16:09:01 +00:00
committed by GitHub
co-authored by Marko
parent f3a295a1a1
commit d273ae03da
17 changed files with 570 additions and 170 deletions
+4
View File
@@ -1,3 +1,7 @@
INFO: Starting indexing
INFO: Starting indexer
target_name: postgres
type: postgres
DEBUG: Creating enum type
sql: CREATE TYPE "test_my_enum" AS ENUM ('a', 'b', 'c');
DEBUG: Creating enum type
@@ -1,3 +1,7 @@
INFO: Starting indexing
INFO: Starting indexer
target_name: postgres
type: postgres
DEBUG: Creating enum type
sql: CREATE TYPE "test_my_enum" AS ENUM ('a', 'b', 'c');
DEBUG: Creating enum type