Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Chi <[email protected]>
  • Loading branch information
skyzh committed Jan 11, 2025
1 parent 67ec03d commit ba92338
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/catalog/root.rs
Original file line number Diff line number Diff line change
Expand Up @@ -234,10 +234,7 @@ const CREATE_SYSTEM_TABLE_SQL: &str = "
schema_id int not null,
schema_name string not null,
table_id int not null,
table_name string not null,
index_id int not null,
index_name string not null,
on_columns string not null
table_name string not null
);
create table pg_indexes (
schema_id int not null,
Expand Down

0 comments on commit ba92338

Please sign in to comment.