]> git.mxchange.org Git - friendica.git/commitdiff
added album to photos
authorMike Macgirvin <mike@macgirvin.com>
Tue, 27 Jul 2010 04:42:19 +0000 (21:42 -0700)
committerMike Macgirvin <mike@macgirvin.com>
Tue, 27 Jul 2010 04:42:19 +0000 (21:42 -0700)
database.sql

index dee066dfce8b943cd60df5dd7f2ea2b93cfecca1..9115c33150b17b3b6d55cb8b7c6e26cba2622f48 100644 (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,