[NEW] Remove "Game Center" setting (#22232)
parent
3afe072cdf
commit
d05d37acda
@ -0,0 +1,9 @@ |
||||
import { Migrations } from '../../../app/migrations'; |
||||
import { Settings } from '../../../app/models/server'; |
||||
|
||||
Migrations.add({ |
||||
version: 226, |
||||
up() { |
||||
Settings.removeById('Apps_Game_Center_enabled'); |
||||
}, |
||||
}); |
||||
Loading…
Reference in new issue