function panels_schema_5() {
  $schema = panels_schema_3();

Should be

function panels_schema_5() {
  $schema = panels_schema_4();

Or else you skip the schema update that puts the locks field into panels_pane?

Comments

exratione’s picture

Status: Active » Closed (won't fix)

Ah, never mind - realized I was looking at patched code from #1277908: Introduce UUIDs onto panes & displays for better exportability & features compatibility, not what is presently in dev. Our fault.