mirror of
https://github.com/Deathgarden-Rebirth/Deathgarden_Rebirth-Rewrite.git
synced 2026-04-25 16:15:23 -05:00
Fix migration rollback to correctly drop 'catalog_item_challenge' table
Signed-off-by: Shaggy84675 <admin@RainbowShaggy.com>
This commit is contained in:
parent
25854553c2
commit
eb094193d9
|
|
@ -25,6 +25,6 @@ public function up(): void
|
|||
*/
|
||||
public function down(): void
|
||||
{
|
||||
Schema::dropIfExists('catalog_item_challenges');
|
||||
Schema::dropIfExists('catalog_item_challenge');
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user