User Tools

Site Tools


podoc:photo_spooler_sql_table

This is an old revision of the document!


Database Table Description of "photo_spooler"

Name

photo_spooler

Description

Purpose

Schema

create table photo_spooler (
  identifier            integer not null primary key,
  users                 integer references users(identifier),
  photo                 integer references photo(identifier)
);

None.

None.

None.

History

Used first

Version 2.15

Used last

Still in use

Schema change history

= Version 2.15 =

alter table printer_spooler rename to photo_spooler;
delete from photo_spooler;
Data change history
podoc/photo_spooler_sql_table.1176972628.txt.gz · Last modified: 2007/04/19 08:50 by Luud