mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-31 03:39:14 +01:00
fix wrong document name in group queries
This commit is contained in:
@@ -57,11 +57,11 @@ public class OrientDBGroupDAO extends AbstractOrientDBModelDAO<Group>
|
||||
{
|
||||
|
||||
/** Field description */
|
||||
public static final String QUERY_ALL = "select from Repository";
|
||||
public static final String QUERY_ALL = "select from Group";
|
||||
|
||||
/** Field description */
|
||||
public static final String QUERY_SINGLE_BYID =
|
||||
"select from Repository where id = ?";
|
||||
"select from Group where id = ?";
|
||||
|
||||
//~--- constructors ---------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user