Skip to content

Commit

Permalink
new index value
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Nov 25, 2015
1 parent 20813b0 commit 50f336c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/appier/test/mock.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ class Person(appier.Model):

identifier = appier.field(
type = int,
index = True,
increment = True
)

Expand Down Expand Up @@ -71,6 +72,7 @@ class Cat(appier.Model):

identifier = appier.field(
type = int,
index = True,
increment = True
)

Expand Down

0 comments on commit 50f336c

Please sign in to comment.