remove owner field in experiment and metric entity

This commit is contained in:
akshat-sonic
2023-02-21 15:05:32 +05:30
parent 1b3623eb7c
commit 0b578346c8
15 changed files with 29 additions and 112 deletions

View File

@@ -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;