aboutsummaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorz0rglub <z0rglub@piwigo.org>2004-08-21 13:01:12 +0000
committerz0rglub <z0rglub@piwigo.org>2004-08-21 13:01:12 +0000
commit52a84354935f3d6b3da3e0adc484219139349377 (patch)
tree45eb12ce4eb6c0a0654ebf5420d0ba5826cfe26a /install
parentd4519a348fb8d4dd4af9704b8b6494b5f2b6260a (diff)
- add files metadata support : use info for database fields
- distinction between directories synchronization and metadata synchronization git-svn-id: http://piwigo.org/svn/trunk@487 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'install')
-rw-r--r--install/dbscheme.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/dbscheme.txt b/install/dbscheme.txt
index d5ec539b4..913abe6e7 100644
--- a/install/dbscheme.txt
+++ b/install/dbscheme.txt
@@ -67,6 +67,7 @@ column:height table:images type:smallint
column:keywords table:images type:varchar nullable:N length:255 binary:N
column:storage_category_id table:images type:smallint nullable:N length:5 signed:N
column:representative_ext table:images type:varchar nullable:N length:4 binary:N
+column:date_metadata_update table:images type:date nullable:N
column:id table:sessions type:varchar nullable:Y length:255 binary:Y
column:user_id table:sessions type:smallint nullable:Y length:5 signed:N
column:expiration table:sessions type:int nullable:Y length:10 signed:N