Skip to content

Commit cea0b1b

Browse files
committed
removed unique key
1 parent cc31c6b commit cea0b1b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Migrations/2019_07_15_000000_create_firewall_ips_table.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ public function up()
2121
$table->softDeletes();
2222

2323
$table->index('ip');
24-
$table->unique(['ip', 'deleted_at']);
2524
});
2625
}
2726

0 commit comments

Comments
 (0)