You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added the required column `boxNumber` to the `Item` table without a default value. This is not possible if the table is not empty.
5
+
- Added the required column `palletNumber` to the `Item` table without a default value. This is not possible if the table is not empty.
6
+
- Changed the type of `unitPrice` on the `Item` table. No cast exists, the column would be dropped and recreated, which cannot be done if there is data, since the column is required.
0 commit comments