mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-05-13 06:29:24 -05:00
8c11521491
In laravel 11, they changed the syntax for changing columns so that all constraints are removed and reapplied, compared to only adding constraints that weren't added before. I generated the sql code of each migration on laravel 10, and the same on laravel 11, and compared the sql code between the two versions and changed the migrations so that the sql matched between the two versions.