mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-19 23:24:46 +02:00
Fix mariadb?
This commit is contained in:
parent
6118ed91fa
commit
dc8d7aa3da
@ -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');
|
||||
|
Loading…
x
Reference in New Issue
Block a user