Changeset 560 for trunk/wifidog-auth/wifidog/include/schema_validate.php
- Timestamp:
- 04/21/05 10:58:29 (8 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/wifidog/include/schema_validate.php
r555 r560 325 325 filename text, 326 326 mime_type text, 327 binary_data bytea, 327 binary_data bytea, 328 remote_size int8, 328 329 CONSTRAINT files_pkey PRIMARY KEY (files_id) 329 330 );";
