summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2007-02-16 14:12:22 +0000
committerChristian Fowler <spider@viovio.com>2007-02-16 14:12:22 +0000
commit0081944421db33eb5c274d4286ba2bbbe5b07ccc (patch)
tree60c9092743d3910463db37c304f445d0665f0595 /admin
parent4f1a4518b462a4d7c0036613b9a65239d8df1c00 (diff)
downloadfisheye-0081944421db33eb5c274d4286ba2bbbe5b07ccc.tar.gz
fisheye-0081944421db33eb5c274d4286ba2bbbe5b07ccc.tar.bz2
fisheye-0081944421db33eb5c274d4286ba2bbbe5b07ccc.zip
move thumbnail table to liberty
Diffstat (limited to 'admin')
-rw-r--r--admin/schema_inc.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php
index 74cdb90..d83a743 100644
--- a/admin/schema_inc.php
+++ b/admin/schema_inc.php
@@ -32,14 +32,6 @@ $tables = array(
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' => "
- content_id I4 PRIMARY,
- queue_date I8 NOTNULL,
- begin_date I8,
- end_date I8,
- resize_original integer
"
);