Miserlou / django-aws-billing

Django AWS Usage/Billing Package.
MIT License
14 stars 5 forks source link

Changed the field type on models.py from models.IntegerField to models BigIntegerField #3

Closed zerosoul13 closed 10 years ago

zerosoul13 commented 10 years ago

This change will help accommodate bigger account values. This fixes the issue on MySQL Server as it seems that this is the only DB server affected. Also removed a empty blank line at the end of the file as it looked weird.