Searched refs:oldschema (Results 1 – 2 of 2) sorted by relevance
39 protected $oldschema; variable in dokuwiki\\plugin\\struct\\meta\\SchemaBuilder66 $this->oldschema = new Schema($table, 0);87 if (!$this->oldschema->getId()) {170 foreach ($this->oldschema->getColumns() as $column) {193 … $this->migrateSingleToMulti($this->oldschema->getTable(), $column->getColref());260 $colref = count($this->oldschema->getColumns()) + 1;
27 $existing = count($this->oldschema->getColumns());