aboutsummaryrefslogtreecommitdiffstats
path: root/install/piwigo_structure-mysql.sql
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2011-02-03 08:18:38 +0000
committerplegall <plg@piwigo.org>2011-02-03 08:18:38 +0000
commit1dc5c7ccfdba5f6177eeb7b9a5d10e9135ffabe8 (patch)
tree7659132c7e2b86e5f05b05648f2107bf85e75dad /install/piwigo_structure-mysql.sql
parent34538ef9e81052eb03c8a6859735e1cd895d1c80 (diff)
bug 270 fixed: (yes "270", submitted in 2006), time (hour:minute:second) added
in the date_creation field and in the synchronization from EXIF metadata. git-svn-id: http://piwigo.org/svn/trunk@9073 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'install/piwigo_structure-mysql.sql')
-rw-r--r--install/piwigo_structure-mysql.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/piwigo_structure-mysql.sql b/install/piwigo_structure-mysql.sql
index f9e01ddad..74528ec6b 100644
--- a/install/piwigo_structure-mysql.sql
+++ b/install/piwigo_structure-mysql.sql
@@ -176,7 +176,7 @@ CREATE TABLE `piwigo_images` (
`id` mediumint(8) unsigned NOT NULL auto_increment,
`file` varchar(255) binary NOT NULL default '',
`date_available` datetime NOT NULL default '0000-00-00 00:00:00',
- `date_creation` date default NULL,
+ `date_creation` datetime default NULL,
`tn_ext` varchar(4) default '',
`name` varchar(255) default NULL,
`comment` text,