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:
@@ -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;
|
||||
Reference in New Issue
Block a user