Miserlou / django-aws-billing

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

Warning: Out of range value adjusted for column 'linked_account_id' at row 1 #2

Closed zerosoul13 closed 10 years ago

zerosoul13 commented 10 years ago

Hello,

I found this issue. This happened to me on MySQL server. I was able to fix it by changing manually altering the INT(11) row value to BIGINT. That solved this issue. Will submit pull request after some testing.

Miserlou commented 10 years ago

Cool, thanks. I've only tested with with Postgres.