remove owner field in experiment and metric entity
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
--liquibase formatted sql
|
||||
|
||||
--changeset author:akshatsonic id:202302211500
|
||||
|
||||
ALTER TABLE experiments
|
||||
DROP COLUMN experiment_owner;
|
||||
|
||||
ALTER TABLE metrics
|
||||
DROP COLUMN metric_owner;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user