We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e19670f commit 5564dd2Copy full SHA for 5564dd2
charts/opencrvs-services/files/setup-analytics.sh
@@ -82,6 +82,8 @@ CREATE TABLE IF NOT EXISTS analytics.event_actions (
82
UNIQUE (id, event_id)
83
);
84
85
+ALTER TABLE analytics.event_actions ADD COLUMN IF NOT EXISTS custom_action_type TEXT;
86
+
87
CREATE TABLE IF NOT EXISTS analytics.location_levels (
88
id text PRIMARY KEY,
89
level int NOT NULL,
0 commit comments