configurable disks

This commit is contained in:
2024-08-23 20:58:45 +03:00
parent c43c29eb14
commit a737c2d571
5 changed files with 30 additions and 35 deletions
@@ -26,7 +26,7 @@ return new class extends Migration {
*
* @return void
*/
public function down
public function down()
{
Schema::table('records', function (Blueprint $table) {
$table->dropColumn('search');