X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=sql%2Fimages.sql;h=e763700575b3ac7bdbd9132849b2172a35e4009a;hb=3622c993f50fdd3f5a6adbc7ea0e6c8a4043f9b5;hp=c5a94405a9acca8bfaa52a6973ab3c85c3499bde;hpb=11f666fcfebbebc0c2642c21ce5f71d98ccc404a;p=Pman.Core diff --git a/sql/images.sql b/sql/images.sql index c5a94405..e7637005 100644 --- a/sql/images.sql +++ b/sql/images.sql @@ -30,4 +30,6 @@ ALTER TABLE Images ADD INDEX lookup(ontable, onid); ALTER TABLE Images ADD INDEX lookupc(created, ontable, onid); +ALTER TABLE Images ADD COLUMN no_of_pages INT(11) NOT NULL DEFAULT 0; + \ No newline at end of file