feat(schema/indexer)!: implement start indexing (#21636)
Co-authored-by: Marko <marko@baricevic.me>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user