diff --git a/build/db_schemas/yugabyte/rid/downfrom-v1.0.1-drop-ybgin-indexes.sql b/build/db_schemas/yugabyte/rid/downfrom-v1.0.1-drop-ybgin-indexes.sql index 7dcf9ba9e..23a57813f 100644 --- a/build/db_schemas/yugabyte/rid/downfrom-v1.0.1-drop-ybgin-indexes.sql +++ b/build/db_schemas/yugabyte/rid/downfrom-v1.0.1-drop-ybgin-indexes.sql @@ -1,2 +1,2 @@ CREATE INDEX s_cell_idx ON subscriptions USING ybgin (cells); -CREATE INDEX isa_cell_idx ON identification_service_areas USING ybgin (cells); \ No newline at end of file +CREATE INDEX isa_cell_idx ON identification_service_areas USING ybgin (cells); diff --git a/build/db_schemas/yugabyte/scd/downfrom-v1.0.1-drop-ybgin-indexes.sql b/build/db_schemas/yugabyte/scd/downfrom-v1.0.1-drop-ybgin-indexes.sql index 6c96be563..949d57794 100644 --- a/build/db_schemas/yugabyte/scd/downfrom-v1.0.1-drop-ybgin-indexes.sql +++ b/build/db_schemas/yugabyte/scd/downfrom-v1.0.1-drop-ybgin-indexes.sql @@ -1,3 +1,3 @@ CREATE INDEX sc_cells_idx ON scd_constraints USING ybgin (cells); CREATE INDEX ss_cells_idx ON scd_subscriptions USING ybgin (cells); -CREATE INDEX so_cells_idx ON scd_operations USING ybgin (cells); \ No newline at end of file +CREATE INDEX so_cells_idx ON scd_operations USING ybgin (cells); diff --git a/build/db_schemas/yugabyte/scd/upto-v1.0.1-drop-ybgin-indexes.sql b/build/db_schemas/yugabyte/scd/upto-v1.0.1-drop-ybgin-indexes.sql index 965299de1..6339e41f0 100644 --- a/build/db_schemas/yugabyte/scd/upto-v1.0.1-drop-ybgin-indexes.sql +++ b/build/db_schemas/yugabyte/scd/upto-v1.0.1-drop-ybgin-indexes.sql @@ -2,4 +2,4 @@ -- https://docs.yugabyte.com/preview/explore/ysql-language-features/indexes-constraints/gin/#limitations. DROP INDEX sc_cells_idx; DROP INDEX ss_cells_idx; -DROP INDEX so_cells_idx; \ No newline at end of file +DROP INDEX so_cells_idx;