mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
Add expiration time for admin messages (#39502)
* add expiration time for messages * typo * fix * src to usr * allows removing expiry from existing messages * cancel button
This commit is contained in:
@@ -253,6 +253,7 @@ CREATE TABLE `SS13_messages` (
|
||||
`server_port` smallint(5) unsigned NOT NULL,
|
||||
`round_id` int(11) unsigned NOT NULL,
|
||||
`secret` tinyint(1) unsigned NOT NULL,
|
||||
`expire_timestamp` datetime DEFAULT NULL,
|
||||
`lasteditor` varchar(32) DEFAULT NULL,
|
||||
`edits` text,
|
||||
`deleted` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
||||
|
||||
Reference in New Issue
Block a user