Skip to content

Commit

Permalink
add station.parent_id index
Browse files Browse the repository at this point in the history
  • Loading branch information
clezag committed Dec 27, 2024
1 parent 2e8f641 commit 88b81a9
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

set search_path to ${default_schema}, public;

create index if not exists IDX_STATION_PARENT on station(parent_id);

0 comments on commit 88b81a9

Please sign in to comment.