Show
Ignore:
Timestamp:
04/21/05 10:58:29 (8 years ago)
Author:
fproulx
Message:

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

  • Added explicit admin UI exceptions support for Flickr
  • Completed File and Picture objects
Files:
1 modified

Legend:

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

    r555 r560  
    325325              filename text, 
    326326              mime_type text, 
    327               binary_data bytea,  
     327              binary_data bytea, 
     328              remote_size int8, 
    328329              CONSTRAINT files_pkey PRIMARY KEY (files_id) 
    329330            );";