From b4d2a1362fa6dc15d8a1e849d5e36fe341953baf Mon Sep 17 00:00:00 2001 From: plegall Date: Tue, 4 Jan 2011 10:55:08 +0000 Subject: 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 --- install/piwigo_structure-pdo-sqlite.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'install/piwigo_structure-pdo-sqlite.sql') diff --git a/install/piwigo_structure-pdo-sqlite.sql b/install/piwigo_structure-pdo-sqlite.sql index e4aa71ca3..0c38b4008 100644 --- a/install/piwigo_structure-pdo-sqlite.sql +++ b/install/piwigo_structure-pdo-sqlite.sql @@ -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") ); -- cgit v1.2.3