create('IMPORTANT_SEMNUMBER', [ 'value' => 0, 'is_default' => 0, 'type' => 'boolean', 'range' => 'global', 'section' => 'global', 'description' => _('Zeigt die Veranstaltungsnummer prominenter in der Suche und auf der Meine Veranstaltungen Seite an') ]); } /** * revert this migration */ function down() { Config::get()->delete('IMPORTANT_SEMNUMBER'); } } ?>