Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4106368
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
Tue, Aug 18, 19:29 (2 w, 4 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
ba/23/8b3a2e2422632f62efd0d947f22f
Default Alt Text
echo_push_provider.sql (317 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment