Problem/Motivation
Add migration support for upgrading from the module version 7.x-1.x.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | add_migration_support-2802407-2.patch | 9.77 KB | hussainweb |
Add migration support for upgrading from the module version 7.x-1.x.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | add_migration_support-2802407-2.patch | 9.77 KB | hussainweb |
Comments
Comment #2
hussainwebComment #4
hussainwebThe failures don't look related to this patch. It worked great in manual testing.
Comment #5
jonathan1055 commentedHi,
I had the same problem. In local testing on 8.1 my view definition was fine, and testing on drupal.org up to 25th Aug at 8.3 was also OK, but then some time between 25th Aug and 12th Sept, there must have been a core change which altered the schema checking. More details are on the Scheduler issue #2799095: Fix schema error in scheduled content view. Status value should be string not boolean
The problem I have now is that it is fixed for 8.2 / 8.3 on Drupal.org but I cannot run the tests locally at 8.1. For the announcments of drupal-8-2-0-rc1 it states
but this problem shows that this is not the case.
Maybe we should create an issue on core 8.2 to see if there is some way that the schema checking can be consistent at 8.1 and 8.2/8.3