Show user info about mandatory updates.

This commit is contained in:
James Cole
2021-06-08 19:19:56 +02:00
parent 81669bfcc1
commit 9873365369
7 changed files with 114 additions and 5 deletions

View File

@@ -235,7 +235,6 @@ class CreateSupportTables extends Migration
$table->softDeletes();
$table->string('name', 50);
$table->text('data');
$table->unique(['name']);
}
);
}