diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-06-20 17:35:09 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-06-20 17:35:09 +0000 |
| commit | 936f4695c70e171e72e98bfacac3b974bdf0a1f1 (patch) | |
| tree | 21bdae35addd8b45720da30ecbcd4e1461907b61 /admin | |
| parent | 83120cc32e654e92548403ae06246f359822bc97 (diff) | |
| download | pigeonholes-936f4695c70e171e72e98bfacac3b974bdf0a1f1.tar.gz pigeonholes-936f4695c70e171e72e98bfacac3b974bdf0a1f1.tar.bz2 pigeonholes-936f4695c70e171e72e98bfacac3b974bdf0a1f1.zip | |
remove contraint that messes with structure reorganisation
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/schema_inc.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php index a97daf8..5ea5dcc 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -5,8 +5,7 @@ $tables = array( content_id I4 NOTNULL PRIMARY, structure_id I4 NOTNULL PRIMARY CONSTRAINT ' - , CONSTRAINT `pigeonholes_content_ref` FOREIGN KEY (`content_id`) REFERENCES `".BIT_DB_PREFIX."liberty_content`( `content_id` ) - , CONSTRAINT `pigeonholes_structure_ref` FOREIGN KEY (`structure_id`) REFERENCES `".BIT_DB_PREFIX."liberty_structures`( `structure_id` )' + , CONSTRAINT `pigeonholes_content_ref` FOREIGN KEY (`content_id`) REFERENCES `".BIT_DB_PREFIX."liberty_content`( `content_id` )' ", 'pigeonhole_members' => " parent_id I4 NOTNULL PRIMARY, |
