added album to photos

This commit is contained in:
Mike Macgirvin 2010-07-26 21:42:19 -07:00
parent 6d7b018237
commit d6b3d091a6
1 changed files with 1 additions and 0 deletions

View File

@ -208,6 +208,7 @@ CREATE TABLE IF NOT EXISTS `photo` (
`edited` datetime NOT NULL,
`title` char(255) NOT NULL,
`desc` text NOT NULL,
`album` char(255) NOT NULL,
`filename` char(255) NOT NULL,
`height` smallint(6) NOT NULL,
`width` smallint(6) NOT NULL,