TP-12345 | change datatype of enable_clickstream in experiments table

This commit is contained in:
akshat-sonic
2023-12-08 23:34:50 +05:30
parent 4fb5429523
commit 6ece77555a

View File

@@ -0,0 +1,5 @@
--liquibase formatted sql
--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;