mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-22 01:38:49 -05:00
a0d0e1686a
- streamline database migrations by removing the down method for UNIT3D as we never rollback migrations. - generated the migrations stubs used by artisan make:migration so newly made migrations will not contain the down method as well.