mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-08 15:54:27 +02:00
added album to photos
This commit is contained in:
parent
6d7b018237
commit
d6b3d091a6
1 changed files with 1 additions and 0 deletions
|
@ -208,6 +208,7 @@ CREATE TABLE IF NOT EXISTS `photo` (
|
||||||
`edited` datetime NOT NULL,
|
`edited` datetime NOT NULL,
|
||||||
`title` char(255) NOT NULL,
|
`title` char(255) NOT NULL,
|
||||||
`desc` text NOT NULL,
|
`desc` text NOT NULL,
|
||||||
|
`album` char(255) NOT NULL,
|
||||||
`filename` char(255) NOT NULL,
|
`filename` char(255) NOT NULL,
|
||||||
`height` smallint(6) NOT NULL,
|
`height` smallint(6) NOT NULL,
|
||||||
`width` smallint(6) NOT NULL,
|
`width` smallint(6) NOT NULL,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue