Closed (fixed)
Project:
Schema
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
23 Mar 2014 at 19:14 UTC
Updated:
6 Apr 2014 at 21:11 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Christopher Riley commentedI downgraded to version 7.1.0 and magically everything is back.
Comment #2
dave reidConfirmed this is a bug in the schema_unprefix_table() function. Fixing and writing tests to prevent any regressions in the future.
Comment #3
dave reidHere's the fix with the tests to confirm it's fixed now.
Comment #4
Christopher Riley commentedThank you for the patch fixed things perfectly.
Comment #6
dave reidTested this and went ahead and committed it to 7.x-1.x. Will push a new release shortly.
Comment #7
dave reidAdded the 7.x-1.2 release which includes this fix.