Skip to content

Commit

Permalink
Fix Migration
Browse files Browse the repository at this point in the history
Fix rule migration reversal.
  • Loading branch information
notAreYouScared committed Sep 6, 2024
1 parent d7b5966 commit 49e93c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function up(): void
*/
public function down(): void
{
Schema::table('api_keys', function (Blueprint $table) {
Schema::table('egg_variables', function (Blueprint $table) {
$table->text('rules')->change();
});

Expand Down

0 comments on commit 49e93c1

Please sign in to comment.