diff options
| author | grothedev <grothedev@gmail.com> | 2025-03-05 21:24:32 -0600 |
|---|---|---|
| committer | grothedev <grothedev@gmail.com> | 2025-03-05 21:24:32 -0600 |
| commit | af29297da741ca932a9bb47d2318b1c26ef1968f (patch) | |
| tree | 83aa1630afcb6741ff578aef6a6a83ba242ec880 /database | |
| parent | 607f55c8484930686303c42131c108b8b1cf9eb2 (diff) | |
god dammit
Diffstat (limited to 'database')
| -rw-r--r-- | database/migrations/2025_03_04_050210_link_url_unique.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/database/migrations/2025_03_04_050210_link_url_unique.php b/database/migrations/2025_03_04_050210_link_url_unique.php index 6c95294..364f587 100644 --- a/database/migrations/2025_03_04_050210_link_url_unique.php +++ b/database/migrations/2025_03_04_050210_link_url_unique.php @@ -23,7 +23,7 @@ return new class extends Migration */ public function down(): void { - Schema::table('roles', function (Blueprint $table) { + Schema::table('links', function (Blueprint $table) { $table->dropUnique('url'); }); } |
