Page MenuHomeWickedGov Phorge

echo_push_provider.sql
No OneTemporary

Size
317 B
Referenced Files
None
Subscribers
None

echo_push_provider.sql

-- Table for normalizing push providers; intended for use with the NameTableStore construct.
CREATE TABLE /*_*/echo_push_provider (
epp_id TINYINT UNSIGNED NOT NULL PRIMARY KEY auto_increment,
-- push provider name; expected values are 'fcm' and 'apns'
epp_name TINYBLOB NOT NULL
) /*$wgDBTableOptions*/;

File Metadata

Mime Type
text/plain
Expires
Sat, May 16, 21:23 (1 d, 13 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
21/f5/18df170f90a964bd48095d623cf3
Default Alt Text
echo_push_provider.sql (317 B)

Event Timeline