diff options
| author | Christian Fowler <spider@viovio.com> | 2006-10-11 08:12:10 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2006-10-11 08:12:10 +0000 |
| commit | 1e13333e5ab22f431f2f5d8fd61c50062d170492 (patch) | |
| tree | 123a995a1315d2ce03e66a7610b025afa5adf772 /admin | |
| parent | a68e4597b6daaaf6c60b1d0051eec673dcd99d28 (diff) | |
| download | fisheye-1e13333e5ab22f431f2f5d8fd61c50062d170492.tar.gz fisheye-1e13333e5ab22f431f2f5d8fd61c50062d170492.tar.bz2 fisheye-1e13333e5ab22f431f2f5d8fd61c50062d170492.zip | |
add exif data table
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/schema_inc.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php index 6100f65..053ddb9 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -26,6 +26,13 @@ $tables = array( height I4 ", +'fisheye_exif_data' => " + content_id I4 NOTNULL, + exif_name C(250), + exif_value_short C(250), + exif_value_long X +", + 'liberty_thumbnail_queue' => " content_id I4 PRIMARY, queue_date I8 NOTNULL, |
