Sophie

Sophie

distrib > Mageia > 7 > armv7hl > by-pkgid > 3b3724142f115cd2ef91cecd17f56401 > files > 76

roundcubemail-1.4.11-1.mga7.noarch.rpm

ALTER TABLE "filestore" ADD COLUMN "context" varchar(32) NOT NULL;
UPDATE "filestore" SET "context" = 'enigma';
ALTER TABLE "filestore" DROP CONSTRAINT "filestore_user_id_key";
ALTER TABLE "filestore" ADD CONSTRAINT "filestore_user_id_key" UNIQUE ("user_id", "context", "filename");