summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-05-06 15:48:07 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-05-06 15:48:07 +0000
commit4e070866bde15a9b647945c29db535c4f73843a4 (patch)
treedb2c8877f787d7d0eb85bc04158ceb754dc7d659 /admin
parent6b030a4e70cb07284b1456cebb26bc6c595e96fa (diff)
downloadfisheye-4e070866bde15a9b647945c29db535c4f73843a4.tar.gz
fisheye-4e070866bde15a9b647945c29db535c4f73843a4.tar.bz2
fisheye-4e070866bde15a9b647945c29db535c4f73843a4.zip
clean up schema files, remove unused PackageInfo data - we really need a package manager for this, add plugin_path column to liberty_plugins
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 33081f5..c26a7d4 100644
--- a/admin/schema_inc.php
+++ b/admin/schema_inc.php
@@ -24,13 +24,6 @@ $tables = array(
width I4,
height I4
",
-/*
-'fisheye_image_exif' => "
- content_id I4 PRIMARY,
- exif_title C(250),
- exif_data X
-",
-*/
'liberty_thumbnail_queue' => "
content_id I4 PRIMARY,
queue_date I8 NOTNULL,
@@ -38,7 +31,6 @@ $tables = array(
end_date I8,
resize_original integer
"
-
);
global $gBitInstaller;