Skip to content

Commit

Permalink
end line
Browse files Browse the repository at this point in the history
  • Loading branch information
barroco committed Jan 7, 2025
1 parent b596a61 commit 0aff44d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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);
CREATE INDEX isa_cell_idx ON identification_service_areas USING ybgin (cells);
Original file line number Diff line number Diff line change
@@ -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);
CREATE INDEX so_cells_idx ON scd_operations USING ybgin (cells);
Original file line number Diff line number Diff line change
Expand Up @@ -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;
DROP INDEX so_cells_idx;

0 comments on commit 0aff44d

Please sign in to comment.