Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1432063
echo_push_provider.sql
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
317 B
Referenced Files
None
Subscribers
None
echo_push_provider.sql
View Options
-- 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
Details
Attached
Mime Type
text/plain
Expires
Sat, May 16, 21:23 (1 d, 10 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
21/f5/18df170f90a964bd48095d623cf3
Default Alt Text
echo_push_provider.sql (317 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment