Skip to content

Commit fbd1885

Browse files
committed
qd_indicator_codes add column.
1 parent 15e5e38 commit fbd1885

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend_api_python/migrations/init.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,8 @@ CREATE TABLE IF NOT EXISTS qd_indicator_codes (
305305

306306
);
307307

308-
CREATE INDEX idx_indicator_codes_user_id ON qd_indicator_codes USING btree (user_id);
309-
CREATE INDEX idx_indicator_review_status ON qd_indicator_codes USING btree (review_status);
308+
CREATE INDEX IF NOT EXISTS idx_indicator_codes_user_id ON qd_indicator_codes USING btree (user_id);
309+
CREATE INDEX IF NOT EXISTS idx_indicator_review_status ON qd_indicator_codes USING btree (review_status);
310310

311311
-- =============================================================================
312312
-- 8. AI Decisions

0 commit comments

Comments
 (0)