Skip to content

Commit

Permalink
Update cuebot/src/main/resources/conf/ddl/postgres/migrations/V18_Add…
Browse files Browse the repository at this point in the history
…_New_Indexes

Signed-off-by: Diego Tavares da Silva <[email protected]>
  • Loading branch information
DiegoTavares authored Nov 8, 2023
1 parent 494469f commit f502513
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ CREATE INDEX IF NOT EXISTS i_layer_int_gpu_mem_min_1
(int_gpu_min ASC NULLS LAST)
TABLESPACE pg_default;

-- Created Indexes on Jun-26-2023 to improve query performance

create index concurrently i_layer_int_cores_max on layer(int_cores_max);

Expand Down

0 comments on commit f502513

Please sign in to comment.