Show
Ignore:
Timestamp:
04/23/05 23:40:00 (8 years ago)
Author:
fproulx
Message:

2005-04-23 Fran��ois Proulx <francois.proulx@…>

  • Added Preferred Size support for Flickr pictures
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/wifidog/include/schema_validate.php

    r562 r565  
    339339                $sql .= "\n\nUPDATE schema_info SET value='$new_schema_version' WHERE tag='schema_version';\n"; 
    340340            $sql .= "ALTER TABLE files ADD COLUMN url text;"; 
     341            $sql .= "ALTER TABLE flickr_photostream ADD COLUMN preferred_size text;"; 
    341342            $sql .= "CREATE TABLE embedded_content ( 
    342343                                embedded_content_id text NOT NULL,