Make custom target filter table expandable (#1267)
* initial draft to maximize custom target filer table for better UX in case of long keys/names * Set correct maximize icon identifier and fix problem with wrong db table structure. * Remove unnecessary local variable. * Fix db migration scripts * Fix losing the target tag table when mac and minimizing target table. * fixed minor styling, removed duplication Signed-off-by: Bogdan Bondar <Bogdan.Bondar@bosch.io> Signed-off-by: Michael Herdt <Michael.Herdt@bosch.io>
This commit is contained in:
@@ -0,0 +1 @@
|
||||
ALTER TABLE sp_target_type ALTER COLUMN name SET DATA TYPE VARCHAR(128);
|
||||
@@ -0,0 +1 @@
|
||||
ALTER TABLE sp_target_type ALTER COLUMN name VARCHAR (128);
|
||||
@@ -0,0 +1 @@
|
||||
ALTER TABLE sp_target_type MODIFY name VARCHAR(128);
|
||||
@@ -0,0 +1 @@
|
||||
ALTER TABLE sp_target_type ALTER COLUMN name VARCHAR (128);
|
||||
@@ -0,0 +1 @@
|
||||
ALTER TABLE sp_target_type ALTER COLUMN name VARCHAR (128) NOT NULL;
|
||||
Reference in New Issue
Block a user