mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-05 01:12:29 +02:00
feature 2095 added: new column images.added_by (foreign key on users.id)
git-svn-id: http://piwigo.org/svn/trunk@8464 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -191,6 +191,7 @@ CREATE TABLE piwigo_images
|
||||
"high_filesize" INTEGER,
|
||||
"level" INTEGER default 0 NOT NULL,
|
||||
"md5sum" CHAR(32),
|
||||
"added_by" INTEGER default 0 NOT NULL,
|
||||
PRIMARY KEY ("id")
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user