| | 1 | |
| | 2 | = The {{{ippToPsps}}} database = |
| | 3 | |
| | 4 | The {{{ippToPsps}}} database is a central component. It is currently hosted on the same machine as gpc1, but all databases used by {{{ippToPsps}}} are detailed in the settings file, [http://svn.pan-starrs.ifa.hawaii.edu/trac/ipp/browser/trunk/ippToPsps/config/settings.xml here], while it's schema can be found in svn, [http://svn.pan-starrs.ifa.hawaii.edu/trac/ipp/browser/trunk/ippToPsps/config/ippToPspsDbSchema.sql here]. |
| | 5 | |
| | 6 | cascading deletes where necessary |
| | 7 | |
| | 8 | {{{ |
| | 9 | +---------------------+ |
| | 10 | | Tables_in_ipptopsps | |
| | 11 | +---------------------+ |
| | 12 | | batch | |
| | 13 | | box | |
| | 14 | | clients | |
| | 15 | | config | |
| | 16 | | detection | |
| | 17 | | pending | |
| | 18 | | stack | |
| | 19 | | stripe | |
| | 20 | +---------------------+ |
| | 21 | }}} |
| | 22 | |
| | 23 | == The {{{config}}} table == |
| | 24 | == The {{{box}}} table == |
| | 25 | == The {{{clients}}} table == |
| | 26 | == The {{{config}}} table == |
| | 27 | == The {{{detection}}} table == |
| | 28 | == The {{{stack}}} table == |
| | 29 | == The {{{stripe}}} table == |
| | 30 | |
| | 31 | |
| | 32 | |