nnsnodnb / django-ios-storekit

:moneybag: iOS In-App Purchase's receipt validation server plugin for Django
https://pypi.org/project/django-ios-storekit
MIT License
17 stars 2 forks source link

PositiveBigIntegerField migration fails on Postgres/Postgis #21

Open ryan-berger opened 4 years ago

ryan-berger commented 4 years ago

Postgres has no concept of unsigned so the migration creating the PositiveBigIntegerFields fail

nnsnodnb commented 4 years ago

Thx @ryan-berger 👍