Skip to content

Commit

Permalink
Start sequence and correct version increment
Browse files Browse the repository at this point in the history
  • Loading branch information
barroco committed Jan 28, 2025
1 parent a273442 commit 29fc46a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
-- https://docs.yugabyte.com/preview/explore/ysql-language-features/indexes-constraints/gin/#limitations.
DROP INDEX s_cell_idx;
DROP INDEX isa_cell_idx;

UPDATE schema_versions set schema_version = 'v1.0.1' WHERE onerow_enforcer = TRUE;
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
DROP INDEX sc_cells_idx;
DROP INDEX ss_cells_idx;
DROP INDEX so_cells_idx;

UPDATE schema_versions set schema_version = 'v1.0.1' WHERE onerow_enforcer = TRUE;
8 changes: 7 additions & 1 deletion build/dev/docker-compose_dss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,14 +111,20 @@ services:
condition: service_completed_successfully
local-dss-scd-bootstrapper:
condition: service_completed_successfully
local-dss-rid-bootstrapper-ybdb:
condition: service_completed_successfully
required: false
local-dss-scd-bootstrapper-ybdb:
condition: service_completed_successfully
required: false
networks:
- dss_sandbox_default_network
healthcheck:
test: wget -O - 'http://localhost/healthy' || exit 1
interval: 3m
start_period: 30s
start_interval: 5s
restart: on-failure:30
profiles: ["", "with-yugabyte"]

local-dss-dummy-oauth:
build:
Expand Down

0 comments on commit 29fc46a

Please sign in to comment.