mirror of https://github.com/apache/archiva.git
[MRM-1390] Cassandra: rename Metadata Facet column 'key' to 'facetKey'
The column 'key' can't be queried in Cassandra Probably because 'key' is reserved for the element key or a limitation in Hector
This commit is contained in:
parent
4e5d1183c3
commit
db8c78d4d7
|
@ -32,7 +32,7 @@ public enum ColumnNames
|
|||
NAMESPACE_ID( "namespaceId" ),
|
||||
PROJECT_ID( "projectId" ),
|
||||
PROJECT_VERSION( "projectVersion" ),
|
||||
KEY( "key" ),
|
||||
KEY( "facetKey" ),
|
||||
VALUE( "value" ),
|
||||
ID( "id" ),
|
||||
SIZE( "size" ),
|
||||
|
|
Loading…
Reference in New Issue