Home
last modified time | relevance | path

Searched refs:oldschema (Results 1 – 2 of 2) sorted by relevance

/plugin/struct/meta/
H A DSchemaBuilder.php39 protected $oldschema;
66 $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;
38 protected $oldschema; global() variable in dokuwiki\\plugin\\struct\\meta\\SchemaBuilder
H A DSchemaImporter.php27 $existing = count($this->oldschema->getColumns());