mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Fix mariadb?
This commit is contained in:
@@ -11,6 +11,10 @@ return new class extends Migration
|
||||
*/
|
||||
public function up(): void
|
||||
{
|
||||
Schema::table('nodes', function (Blueprint $table) {
|
||||
$table->string('daemonBase', 191)->default(null)->change();
|
||||
});
|
||||
|
||||
Schema::table('nodes', function (Blueprint $table) {
|
||||
$table->renameColumn('daemonListen', 'daemon_listen');
|
||||
$table->renameColumn('daemonBase', 'daemon_base');
|
||||
|
||||
Reference in New Issue
Block a user