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
Sat, May 16, 21:18 (1 d, 1 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
6d/c8/2f847cb3c91b60b1df6ab0fdcc08
Default Alt Text
echo_push_topic.sql (265 B)

Event Timeline