Merge branch 'stable-2.11' into stable-2.12
* stable-2.11: CurrentSchemaVersion: Allow to use it in plugins Use REST implementation to list members for label with group operator InitAdminUser: Don't assume the group ID of the Administrators group Change-Id: I1a24005e3eb0edaca259f65ff15258e2107112e6
This commit is contained in:
@@ -26,7 +26,7 @@ public final class CurrentSchemaVersion {
|
||||
private static final String VALUE = "X";
|
||||
|
||||
@Column(id = 1, length = 1)
|
||||
protected String one = VALUE;
|
||||
public String one = VALUE;
|
||||
|
||||
public Key() {
|
||||
}
|
||||
@@ -50,12 +50,12 @@ public final class CurrentSchemaVersion {
|
||||
}
|
||||
|
||||
@Column(id = 1)
|
||||
protected Key singleton;
|
||||
public Key singleton;
|
||||
|
||||
/** Current version number of the schema. */
|
||||
@Column(id = 2)
|
||||
public transient int versionNbr;
|
||||
|
||||
protected CurrentSchemaVersion() {
|
||||
public CurrentSchemaVersion() {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user