amyipdev / ssvp

Server Statistics Viewer Project: a modular interface for tracking server uptime
GNU Affero General Public License v3.0
2 stars 1 forks source link

db: use bigints #30

Closed amyipdev closed 11 months ago

amyipdev commented 11 months ago

This patch switches MySQL to use the serial datatype, which is an unsigned long integer that implements most necessary things. PostgreSQL also had its "not null" tag removed, as it is implied through its usage of serial.

Signed-off-by: Amy Parker amy@amyip.net