mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-28 21:46:09 +02:00
Initial
This commit is contained in:
parent
4d42eeb318
commit
e05e8a2e35
3 changed files with 18 additions and 3 deletions
|
@ -172,6 +172,7 @@ function removeUser(user) {
|
|||
message : [ 'user_message_area_last_read' ],
|
||||
system : [ 'user_event_log', ],
|
||||
user : [ 'user_group_member', 'user' ],
|
||||
file : [ 'file_user_rating']
|
||||
};
|
||||
|
||||
async.eachSeries(Object.keys(DeleteFrom), (dbName, nextDbName) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue