mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 12:14:45 +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
|
public function up(): void
|
||||||
{
|
{
|
||||||
|
Schema::table('nodes', function (Blueprint $table) {
|
||||||
|
$table->string('daemonBase', 191)->default(null)->change();
|
||||||
|
});
|
||||||
|
|
||||||
Schema::table('nodes', function (Blueprint $table) {
|
Schema::table('nodes', function (Blueprint $table) {
|
||||||
$table->renameColumn('daemonListen', 'daemon_listen');
|
$table->renameColumn('daemonListen', 'daemon_listen');
|
||||||
$table->renameColumn('daemonBase', 'daemon_base');
|
$table->renameColumn('daemonBase', 'daemon_base');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user