mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 00:34:44 +02:00
change column type to string
Co-authored-by: Lance Pioch <lancepioch@gmail.com>
This commit is contained in:
parent
8f2261f6cd
commit
f9fd426aca
@ -12,7 +12,7 @@ return new class extends Migration
|
|||||||
public function up(): void
|
public function up(): void
|
||||||
{
|
{
|
||||||
Schema::table('nodes', function (Blueprint $table) {
|
Schema::table('nodes', function (Blueprint $table) {
|
||||||
$table->text('daemon_sftp_alias')->nullable()->after('daemon_sftp');
|
$table->string('daemon_sftp_alias')->nullable()->after('daemon_sftp');
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user