Releases: Hackmastr/css-basic-admin
Releases · Hackmastr/css-basic-admin
7388223
Compare
Sorry, something went wrong.
No results found
Update schema.sql remove definer
227bc58
Compare
Sorry, something went wrong.
No results found
Update schema.sql remove server_id from admin table
0996878
Compare
Sorry, something went wrong.
No results found
Revert "Update schema.sql remove server_id from admin table"
This reverts commit 227bc58 .
6c6034a
Compare
Sorry, something went wrong.
No results found
Fix changing map exception
d0d2adc
Compare
Sorry, something went wrong.
No results found
OnTakeDamage sanity check
Signed-off-by: Hackmastr
faf9ded
Compare
Sorry, something went wrong.
No results found
Fix lang not included on release
65c8cb0
Compare
Sorry, something went wrong.
No results found
Fix: stored procedure
small update to fix the stored procedure
if you are already running the latest version, please execute the following sql in your database:
drop procedure ExpireBans;
create procedure ExpireBans()
BEGIN
UPDATE punishments
SET length = IF(length - 1 = 0 , - 1 , length - 1 )
WHERE expires_at > NOW();
END;
8d16c6e
Compare
Sorry, something went wrong.
No results found
40b7ff3
Compare
Sorry, something went wrong.
No results found
5c88429
Compare
Sorry, something went wrong.
No results found