mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 14:08:31 +01:00
[MIRROR] Admin Library Moderation (in-game edition) [MDB IGNORE] (#21565)
* Admin Library Moderation (in-game edition) * conflicts --------- Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com> Co-authored-by: Tom <8881105+tf-4@users.noreply.github.com>
This commit is contained in:
co-authored by
LemonInTheDark
Tom
parent
6ca91feef0
commit
1b48ff46e4
@@ -275,10 +275,10 @@ CREATE TABLE `SS13_library_action` (
|
||||
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
|
||||
`book` int(10) unsigned NOT NULL,
|
||||
`reason` longtext DEFAULT NULL,
|
||||
`ckey` varchar(11) NOT NULL DEFAULT '',
|
||||
`ckey` varchar(32) NOT NULL DEFAULT '',
|
||||
`datetime` datetime NOT NULL DEFAULT current_timestamp(),
|
||||
`action` varchar(11) NOT NULL DEFAULT '',
|
||||
`ip_addr` int(11) NOT NULL,
|
||||
`ip_addr` int(10) unsigned NOT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=27 DEFAULT CHARSET=utf8mb4;
|
||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||
|
||||
Reference in New Issue
Block a user