alexhrao / TheGiftHub

An app where users can list what gifts they want, and can reserve gifts for others.
https://www.thegifthub.org
1 stars 0 forks source link

Change IDs to unsigned longs #26

Closed alexhrao closed 7 years ago

alexhrao commented 7 years ago

Problem

IDs should be unsigned - this effectively doubles the number of possible IDs.

Why

This will make it truly scalable

Considerations

Change Default ID to 0 (ie, invalid ID = 0)

alexhrao commented 7 years ago

Done