Page MenuHomeWickedGov Phorge

echo_push_topic.sql
No OneTemporary

Size
265 B
Referenced Files
None
Subscribers
None

echo_push_topic.sql

-- Table for normalizing APNS push message topics, for use with the NameTableStore construct.
CREATE TABLE /*_*/echo_push_topic (
ept_id TINYINT UNSIGNED NOT NULL PRIMARY KEY auto_increment,
-- full topic text
ept_text TINYBLOB NOT NULL
) /*$wgDBTableOptions*/;

File Metadata

Mime Type
text/plain
Expires
Tue, Aug 18, 15:27 (3 w, 5 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
85/40/9b52f422333303ea9e7f8cd6d882
Default Alt Text
echo_push_topic.sql (265 B)

Event Timeline