Skip to content

Commit 2ee02b9

Browse files
author
Kurt Friars
committed
Remove operations which are not supported in laravel 10.x
1 parent e892961 commit 2ee02b9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/Migrations/repository/2025_02_13_000003_alter_posts_table.php

-6
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ public function up()
1616
$table->foreignId('publisher_id')->constrained();
1717
$table->string('published_at');
1818
$table->index(['published_at']);
19-
20-
$table->renameColumn('description', 'blurb');
21-
$table->dropColumn('teaser');
22-
$table->dropForeign(['author_id']);
23-
$table->dropIndex(['tag']);
24-
$table->renameIndex('posts_category_index', 'category_index');
2519
});
2620
}
2721
};

0 commit comments

Comments
 (0)