Open jaisanjay0 opened 2 days ago
👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
This usually means something in your migrations got donked up, which sometimes happens if there's output from a migration but the log file couldn't be written to, for example.
Try running this via command line SQL:
INSERT INTO migrations (migration, batch) VALUES ('2024_07_26_143301_add_checkout_for_all_types_to_accessories', 30);
then run migrations again and tell me what it says.
Debug mode
Describe the bug
We are using Snipe-IT version 6.4.2, and we are trying to upgrade to version 7.0.12, but the migration file (2024_07_26_143301_add_checkout_for_all_types_to_accessories) is not executing
Reproduction steps
to
accessories_checkout after migrating sub accessories item list is not showingExpected behavior
attached logs file laravel.log
Screenshots
No response
Snipe-IT Version
6.4.2
Operating System
ubuntu 20.4
Web Server
Apache
PHP Version
8.3.7
Operating System
Windows 11
Browser
Chrome
Version
130.0.6723.70
Device
No response
Operating System
No response
Browser
No response
Version
No response
Error messages
Additional context
No response