silenced Discord option and validation, more translations

This commit is contained in:
Godfrey M
2023-03-08 10:35:45 -08:00
parent 69944853f9
commit 15c19a7ab7
4 changed files with 15 additions and 13 deletions
@@ -14,7 +14,7 @@ class AddsWebhookOptionToSettingsTable extends Migration
public function up()
{
Schema::table('settings', function (Blueprint $table) {
$table->string('webhook_selected')->after('slack_botname')->default('Slack');nullable();
$table->string('webhook_selected')->after('slack_botname')->default('Slack')->nullable();
$table->renameColumn('slack_botname', 'webhook_botname');
$table->renameColumn('slack_endpoint', 'webhook_endpoint');
$table->renameColumn('slack_channel', 'webhook_channel');