Skip to content

Commit

Permalink
chore: add feature-flag migration to v5.6.0 migration (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistahj67 authored Feb 9, 2024
1 parent b4f8b0a commit c4cbd24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/api/src/database/migration/migrations/v5.6.0.sql
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ ALTER TABLE IF EXISTS audit_logs
CREATE INDEX IF NOT EXISTS idx_audit_logs_actor_email ON audit_logs USING btree (actor_email);
CREATE INDEX IF NOT EXISTS idx_audit_logs_source_ip_address ON audit_logs USING btree (source_ip_address);
CREATE INDEX IF NOT EXISTS idx_audit_logs_status ON audit_logs USING btree (status);
UPDATE feature_flags SET enabled = true, user_updatable = false WHERE key = 'adcs';

0 comments on commit c4cbd24

Please sign in to comment.