Added Delete
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widget-common-event@91301 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
3f3265bbe5
commit
95d0e4c76c
|
@ -10,5 +10,6 @@ package org.gcube.portlets.user.td.widgetcommonevent.client.type;
|
|||
*
|
||||
*/
|
||||
public enum ChangeTableRequestType {
|
||||
CHANGECOLUMNTYPE
|
||||
CHANGECOLUMNTYPE,
|
||||
DELETECOLUMN;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue