Skip to content

Commit

Permalink
BUG: Fix migrations not working on Postgres
Browse files Browse the repository at this point in the history
This requires me to redo EVERY migration. All 52 of them. Either that,
or remove them, which is what I did.

Hopefully this teaches me that 4 billion characters of precision really
aren't needed. I can't really see someone having 10^1000 OK, which is
the new limit.

Sorry if this caused any inconveniences, but it was required. Shit
happens unfortunatelly, and sometimes that's due to your incompetence.
  • Loading branch information
pta2002 committed May 15, 2017
1 parent 927f76c commit 90a660d
Show file tree
Hide file tree
Showing 53 changed files with 295 additions and 1,367 deletions.
287 changes: 285 additions & 2 deletions shop/migrations/0001_initial.py

Large diffs are not rendered by default.

21 changes: 0 additions & 21 deletions shop/migrations/0002_product_date.py

This file was deleted.

21 changes: 0 additions & 21 deletions shop/migrations/0003_product_price.py

This file was deleted.

25 changes: 0 additions & 25 deletions shop/migrations/0004_auto_20170107_2318.py

This file was deleted.

26 changes: 0 additions & 26 deletions shop/migrations/0005_cart.py

This file was deleted.

22 changes: 0 additions & 22 deletions shop/migrations/0006_auto_20170108_1107.py

This file was deleted.

38 changes: 0 additions & 38 deletions shop/migrations/0007_auto_20170108_1120.py

This file was deleted.

25 changes: 0 additions & 25 deletions shop/migrations/0008_productimage.py

This file was deleted.

38 changes: 0 additions & 38 deletions shop/migrations/0009_userextra_verifyemail.py

This file was deleted.

20 changes: 0 additions & 20 deletions shop/migrations/0010_auto_20170108_2009.py

This file was deleted.

20 changes: 0 additions & 20 deletions shop/migrations/0011_auto_20170108_2010.py

This file was deleted.

27 changes: 0 additions & 27 deletions shop/migrations/0012_wallet.py

This file was deleted.

20 changes: 0 additions & 20 deletions shop/migrations/0013_wallet_active.py

This file was deleted.

21 changes: 0 additions & 21 deletions shop/migrations/0014_wallet_address.py

This file was deleted.

55 changes: 0 additions & 55 deletions shop/migrations/0015_physicaladdress_purchase_purchaseitem.py

This file was deleted.

Loading

0 comments on commit 90a660d

Please sign in to comment.