mirror of https://github.com/apache/archiva.git
Commit f4f7c97
changed the name of metadata facet key and value columns
Restore to the previous one
This commit is contained in:
parent
011f82dc21
commit
eeb51f8c35
|
@ -32,8 +32,8 @@ public enum ColumnNames
|
|||
NAMESPACE_ID( "namespaceId" ),
|
||||
PROJECT_ID( "projectId" ),
|
||||
PROJECT_VERSION( "projectVersion" ),
|
||||
KEY( "facetKey" ),
|
||||
VALUE( "facetValue" ),
|
||||
KEY( "key" ),
|
||||
VALUE( "value" ),
|
||||
ID( "id" ),
|
||||
SIZE( "size" ),
|
||||
MD5( "md5" ),
|
||||
|
|
Loading…
Reference in New Issue