INFRA-3746 | Abhishek | Add migration scripts to add port and language column in diagnostic table
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE diagnostic
|
||||
ADD COLUMN port integer;
|
||||
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE diagnostic
|
||||
ADD COLUMN language VARCHAR(255) NOT NULL DEFAULT 'Java';
|
||||
Reference in New Issue
Block a user