ADD COLUMN `OXTIMESTAMP` missing from migrations for fcpocheckedaddresses
Closed this issue · 2 comments
Found another issue with the migrations in 1.6.2:
oxid-6/core/fcpayone_events.php
Line 634 in c5c7973
In this line the data from fcpo_checkdate gets copied to OXTIMESTAMP for the fcpocheckedaddresses table. But earlier in the migration this OXTIMESTAMP column never gets added. It's only in the CREATE TABLE, but if you migrate from an earlier version where the table already exists without OXTIMESTAMP it gets not created and therefore the copying e.t.c. does not work.
I had to create the column manually and deactivate and activate the module again for this to work.
But there are many other differences between the tables for version 1.3.2 to 1.6.2. Is there a migration script?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.