User Tools

Site Tools


podoc:printer_spooler_sql_table

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
podoc:printer_spooler_sql_table [2007/04/20 14:45] Luudpodoc:printer_spooler_sql_table [2007/04/20 14:56] (current) Luud
Line 1: Line 1:
 ===== Database Table Description of "printer_spooler" ===== ===== Database Table Description of "printer_spooler" =====
 +
 +// ** Dropped in 2.15. Replaced by [[photo_spooler sql table|photo_spooler]]. ** //
  
 === Name === === Name ===
Line 11: Line 13:
 === Schema === === Schema ===
  
-<code>+<code sql>
 create table printer_spooler ( create table printer_spooler (
   identifier            integer not null primary key,   identifier            integer not null primary key,
Line 21: Line 23:
 === References tables === === References tables ===
  
-None.+  * photo references [[photo sql table|photo]](identifier) 
 +  * users references [[users sql table|users]](identifier)
  
 === Is referenced by tables === === Is referenced by tables ===
Line 58: Line 61:
 = Version 2.5 = = Version 2.5 =
  
-<code>+<code sql>
 create table printer_spooler ( create table printer_spooler (
   identifier            integer not null primary key,   identifier            integer not null primary key,
Line 68: Line 71:
 = Version 2.15 = = Version 2.15 =
  
-<code>+<code sql>
 alter table printer_spooler rename to photo_spooler; alter table printer_spooler rename to photo_spooler;
 </code> </code>
  
podoc/printer_spooler_sql_table.1177080353.txt.gz · Last modified: 2007/04/20 14:45 by Luud