drupal_get_schema_unprocessed('system', 'cache') doesn't work anymore, the cache table isn't defined in the schema anymore. For some reason they've moved it over to system_schema_cache_8007(). Calling that seems to work fine, but I'm not sure if we really want to use that as the table definition. Do we create a new schema?
Comments
Comment #1
rdeboerHi Karl,
Views D8 uses that function in its views.install file:
If it's good enough for Views, then it's good enough for Session Cache, I reckon.
Rik
Comment #2
rdeboerChecked into 8.x-1.x-dev this code:
Comment #3
kscheirerWorks for me! installs and the table is created.