]> jfr.im git - erebus.git/commit
update sql: remove unsigned from users.level
authorJohn Runyon <redacted>
Sat, 3 Feb 2024 11:01:01 +0000 (04:01 -0700)
committerJohn Runyon <redacted>
Sat, 3 Feb 2024 11:01:01 +0000 (04:01 -0700)
commitc06c539a67dcffb0315be4ed1e1c1e17cc6d6870
treecc0dcb666253cf5c5d3bcefa13b4c93ad6e56c42
parent415a4f0c1f222ab6d814254798748b0d2c6c2157
update sql: remove unsigned from users.level

alter table users modify level tinyint(3) not null;
dump.sql