Difference between revisions of "Database Table: dw pp notify log"

From Dreamwidth Notes
Jump to: navigation, search
Line 1: Line 1:
Designed for DW Payment system but never used.  Removed in [http://hg.dwscoalition.org/dw-free/rev/446f75a17f85 changeset 446f75a17f85]
+
{{Database Table|name=content_flag|table type=global|removed=1}}
 
+
[[description::Designed for DW Payment system but never used.]] Removed in [http://hg.dwscoalition.org/dw-free/rev/446f75a17f85 changeset 446f75a17f85]
 
= Definition =
 
= Definition =
 
 
<source lang="sql">
 
<source lang="sql">
 
CREATE TABLE dw_pp_notify_log (
 
CREATE TABLE dw_pp_notify_log (
Line 11: Line 10:
 
)
 
)
 
</source>
 
</source>
 
+
{{Database Table Footer|removed=1}}
= Relationships =
+
 
+
= Location =
+
 
+
[[Global database]]
+
 
+
[[Category: Removed Database Tables|dw_pp_notify_log]]
+

Revision as of 04:09, 30 January 2010

Note: This table is removed and no longer used.
This is a global table. Designed for DW Payment system but never used. Removed in changeset 446f75a17f85

Definition

CREATE TABLE dw_pp_notify_log (
    transdate INT UNSIGNED NOT NULL,
    pp_log VARCHAR(3000) NOT NULL,
 
    INDEX (transdate)
)