first commit
This commit is contained in:
parent
ae15a1d746
commit
58570d5572
|
@ -516,7 +516,7 @@ public class MigrationStarter {
|
||||||
.value(PREFERENCE, QueryBuilder.bindMarker())
|
.value(PREFERENCE, QueryBuilder.bindMarker())
|
||||||
.build());
|
.build());
|
||||||
flag = session_dest.execute(stmtCreateUser.bind(
|
flag = session_dest.execute(stmtCreateUser.bind(
|
||||||
row.getUuid(USER_ID),
|
row.getString(USER_ID),
|
||||||
row.getString(TYPE),
|
row.getString(TYPE),
|
||||||
row.getString(PREFERENCE))).wasApplied();
|
row.getString(PREFERENCE))).wasApplied();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue