initial commit of super simple map notifications for stoat
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE unloze_playtimestats.map_notifications (
|
||||
`mapname` varchar(255) NOT NULL,
|
||||
`users_to_notify` JSON,
|
||||
PRIMARY KEY (`mapname`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
|
||||
Reference in New Issue
Block a user