mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 22:46:16 +00:00
use redis for queues, sessions and cache (#618)
This commit is contained in:
@ -16,7 +16,7 @@ public function up(): void
|
||||
public function down(): void
|
||||
{
|
||||
Schema::table('workers', function (Blueprint $table) {
|
||||
$table->dropColumn('name');
|
||||
// $table->dropColumn('name');
|
||||
});
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user