Skip to content

Commit 5564dd2

Browse files
committed
add alter table for custom_action_type to infrastructure repo as well
1 parent e19670f commit 5564dd2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

charts/opencrvs-services/files/setup-analytics.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ CREATE TABLE IF NOT EXISTS analytics.event_actions (
8282
UNIQUE (id, event_id)
8383
);
8484
85+
ALTER TABLE analytics.event_actions ADD COLUMN IF NOT EXISTS custom_action_type TEXT;
86+
8587
CREATE TABLE IF NOT EXISTS analytics.location_levels (
8688
id text PRIMARY KEY,
8789
level int NOT NULL,

0 commit comments

Comments
 (0)