diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-01-30 17:45:59 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-01-30 17:45:59 +0000 |
| commit | 9961c5d6c2fee17547f49bd8e417e2bc6c11026b (patch) | |
| tree | 71269d2465ea21d6b2adc01493ff2002fc0d3634 /admin | |
| parent | 6245afb44a65fa0a6ea5756b90e46d14d95a4661 (diff) | |
| download | pigeonholes-9961c5d6c2fee17547f49bd8e417e2bc6c11026b.tar.gz pigeonholes-9961c5d6c2fee17547f49bd8e417e2bc6c11026b.tar.bz2 pigeonholes-9961c5d6c2fee17547f49bd8e417e2bc6c11026b.zip | |
revert premature table rename
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/schema_inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php index 7888888..36fb364 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -1,14 +1,14 @@ <?php $tables = array( - 'pigeonholes' => " + 'bit_pigeonholes' => " content_id I4 NOTNULL PRIMARY, structure_id I4 NOTNULL PRIMARY CONSTRAINTS ', CONSTRAINT `bit_pigeonholes_ref` FOREIGN KEY (`content_id`) REFERENCES `".BIT_DB_PREFIX."tiki_content`( `content_id` ), CONSTRAINT `bit_pigeonholes_ref` FOREIGN KEY (`structure_id`) REFERENCES `".BIT_DB_PREFIX."tiki_structures`( `structure_id` )' ", - 'pigeonhole_members' => " + 'bit_pigeonhole_members' => " parent_id I4 NOTNULL PRIMARY, content_id I4 NOTNULL PRIMARY CONSTRAINTS ', |
