summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2006-10-11 08:18:27 +0000
committerChristian Fowler <spider@viovio.com>2006-10-11 08:18:27 +0000
commit323220b3ce09cf176e29241aa9b23e51b0edfad4 (patch)
tree5a953f877be5e3c6c91151d3d0a07456cca3246b /admin
parent1e13333e5ab22f431f2f5d8fd61c50062d170492 (diff)
downloadfisheye-323220b3ce09cf176e29241aa9b23e51b0edfad4.tar.gz
fisheye-323220b3ce09cf176e29241aa9b23e51b0edfad4.tar.bz2
fisheye-323220b3ce09cf176e29241aa9b23e51b0edfad4.zip
cleanup exif data table
Diffstat (limited to 'admin')
-rw-r--r--admin/schema_inc.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php
index 053ddb9..55c8081 100644
--- a/admin/schema_inc.php
+++ b/admin/schema_inc.php
@@ -28,9 +28,10 @@ $tables = array(
'fisheye_exif_data' => "
content_id I4 NOTNULL,
- exif_name C(250),
+ exif_name C(250) NOTNULL,
exif_value_short C(250),
exif_value_long X
+ CONSTRAINT ', CONSTRAINT `fisheye_exif_content_ref` FOREIGN KEY (`content_id`) REFERENCES `".BIT_DB_PREFIX."liberty_content` (`content_id`)'
",
'liberty_thumbnail_queue' => "