Lines Matching +full:lookup +full:schema +(+path:plugin +path:struct) -(+path:plugin +path:struct +path:lang)
74 * Unifies previous page and lookup schema types
109 // add rid and new primary key to lookup tables
120 foreach ($schemas as $schema) {
121 $name = $schema['tbl'];
122 $sid = $schema['id'];
123 $isLookup = $schema['islookup'];
143 // all lookup data has empty pids at this point
153 // introduce composite ids in lookup columns
161 // lookup fields pointing to pages have to be migrated first!
179 // simple lookup fields
230 * Fixes lookup data not correctly migrated by #16
231 * All lookups were presumed to reference lookup data, not pages, so the migrated value
246 foreach ($schemas as $schema) {
247 // find lookup columns
248 $name = $schema['tbl'];
249 $sid = $schema['id'];
372 * Returns a select statement to fetch Lookup columns in the current schema
374 * @param int $sid Id of the schema
384 AND TYPE LIKE '%Lookup'