We only see this typically when a db backup has been restored and the migrations go out of sync. You’ll need to manually increment for each of these tables using something like this:
insert into migrations(migration, batch) values('2015_12_08_134409_create_tables_script',1);
Or by moving the migrations that have already ran in database/migrations/ into another folder.
Hi Guys
Just to let you know that this fixed the issue thanks a lot for you help I appreciate it.
The only issue i’m having now is that when I replace the logo in company settings with a new one it does not show, do I have to use a specific format or size?
This is the path found in the db but there is no such path under storage.
https://sitename.co.za/storage/ntbjjaztwcud62d7dao1rcowrwmdnpmy/CJi11zjkUL5b8QdPZNQURFa16ueMftmD6UcVwXfX.png
Ok I added this LOCAL_DOWNLOAD=true to the .env file and the logo is now showing up in the invoices but not next to the company names in the menu or when you upload them.