diff options
| author | Christian Fowler <spider@viovio.com> | 2007-06-15 01:36:50 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2007-06-15 01:36:50 +0000 |
| commit | 020c50669c2311dbc78dfc3a2bfc6660656689b1 (patch) | |
| tree | 705b5cc1aa133d23b1ba4a118994d6c4f7c8e2b0 /admin | |
| parent | ba6ae496d051a4908e13bc3d2d3906167cef0cfe (diff) | |
| download | fisheye-020c50669c2311dbc78dfc3a2bfc6660656689b1.tar.gz fisheye-020c50669c2311dbc78dfc3a2bfc6660656689b1.tar.bz2 fisheye-020c50669c2311dbc78dfc3a2bfc6660656689b1.zip | |
migrate gatekeeper list SQL to new service function
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/schema_inc.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php index d83a743..8fd5907 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -25,7 +25,7 @@ $tables = array( width I4, height I4 ", - +/* 'fisheye_exif_data' => " content_id I4 NOTNULL, exif_name C(250) NOTNULL, @@ -33,6 +33,7 @@ $tables = array( exif_value_long X CONSTRAINT ', CONSTRAINT `fisheye_exif_content_ref` FOREIGN KEY (`content_id`) REFERENCES `".BIT_DB_PREFIX."liberty_content` (`content_id`)' " +*/ ); global $gBitInstaller; |
