TP-12345 | set enable click stream as true

This commit is contained in:
akshat-sonic
2023-12-09 00:37:37 +05:30
parent a7fa336a4f
commit 498a1ec21b

View File

@@ -2,4 +2,4 @@
--changeset author:akshat id:202312082328
ALTER TABLE experiments DROP COLUMN enable_click_stream;
ALTER TABLE experiments ADD COLUMN enable_click_stream boolean SET DEFAULT true;
ALTER TABLE experiments ADD COLUMN enable_click_stream boolean DEFAULT true;