make DiskSpace in storage table be int instead of unsigned. Event deletions can make it go negative and then the delete fails.

This commit is contained in:
Isaac Connor 2018-02-01 11:32:55 -05:00
parent 73edd3221a
commit 060acffb9d
1 changed files with 1 additions and 0 deletions

1
db/zm_update-1.31.31.sql Normal file
View File

@ -0,0 +1 @@
ALTER TABLE Storage MODIFY DiskSpace BIGINT default NULL;