fix test
This commit is contained in:
parent
efda72c321
commit
9a8bb0e411
|
@ -1409,7 +1409,7 @@ func TestUpdateMap3(t *testing.T) {
|
||||||
assert.NoError(t, prepareEngine())
|
assert.NoError(t, prepareEngine())
|
||||||
|
|
||||||
type UpdateMapUser struct {
|
type UpdateMapUser struct {
|
||||||
Id uint64 `xorm:"PK"`
|
Id uint64 `xorm:"PK autoincr"`
|
||||||
Name string `xorm:""`
|
Name string `xorm:""`
|
||||||
Ver uint64 `xorm:"version"`
|
Ver uint64 `xorm:"version"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue