aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorz0rglub <z0rglub@piwigo.org>2003-09-05 23:00:02 +0000
committerz0rglub <z0rglub@piwigo.org>2003-09-05 23:00:02 +0000
commita572c772b92cbff2f758bcf0fd423149caa48028 (patch)
tree0410ea246b81d989b61821e9e6faebdb56e6b930 /admin
parent4f6dabea73678e2dad683d160eef8fedc562e8c6 (diff)
`/bin/date +"%Y.%m.%d_%Hh%M"`
git-svn-id: http://piwigo.org/svn/trunk@65 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r--admin/phpwebgallery_structure.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/phpwebgallery_structure.sql b/admin/phpwebgallery_structure.sql
index c96ccc378..c61fa900e 100644
--- a/admin/phpwebgallery_structure.sql
+++ b/admin/phpwebgallery_structure.sql
@@ -11,7 +11,7 @@
DROP TABLE IF EXISTS phpwebgallery_categories;
CREATE TABLE phpwebgallery_categories (
id smallint(5) unsigned NOT NULL auto_increment,
- date_last date NOT NULL default '0000-00-00',
+ date_last date default NULL,
nb_images mediumint(8) unsigned NOT NULL default '0',
name varchar(255) NOT NULL default '',
id_uppercat smallint(5) unsigned default NULL,