diff options
| author | Christian Fowler <spider@viovio.com> | 2007-02-16 14:12:22 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2007-02-16 14:12:22 +0000 |
| commit | 0081944421db33eb5c274d4286ba2bbbe5b07ccc (patch) | |
| tree | 60c9092743d3910463db37c304f445d0665f0595 /admin | |
| parent | 4f1a4518b462a4d7c0036613b9a65239d8df1c00 (diff) | |
| download | fisheye-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.php | 8 |
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 " ); |
