mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 00:34:44 +02:00
Fix Migration
Fix rule migration reversal.
This commit is contained in:
parent
d7b5966e1b
commit
49e93c1379
@ -26,7 +26,7 @@ return new class extends Migration
|
|||||||
*/
|
*/
|
||||||
public function down(): void
|
public function down(): void
|
||||||
{
|
{
|
||||||
Schema::table('api_keys', function (Blueprint $table) {
|
Schema::table('egg_variables', function (Blueprint $table) {
|
||||||
$table->text('rules')->change();
|
$table->text('rules')->change();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user