Merge pull request #88 from navi-medici/TP-12345-change-datatype

Akshat | TP-12345 | change datatype of enable_clickstream in experiments table
This commit is contained in:
chandresh pancholi
2023-12-08 23:36:22 +05:30
committed by GitHub

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;