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:
parent
73edd3221a
commit
060acffb9d
|
@ -0,0 +1 @@
|
||||||
|
ALTER TABLE Storage MODIFY DiskSpace BIGINT default NULL;
|
Loading…
Reference in New Issue