You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tables for push notification are not being created on staging or production. However, this works locally. Need to look the logs, could be a wpengine issue.
Query:
id bigint(20) NOT NULL AUTO_INCREMENT,
receiver_id bigint(20) unsigned NOT NULL,
item_type varchar(20) NOT NULL,
item_id bigint(20) unsigned NOT NULL,
PRIMARY KEY (id),
UNIQUE (receiver_id, item_type, item_id),
INDEX (receiver_id, item_type),
INDEX (item_type, item_id) )```
The text was updated successfully, but these errors were encountered:
Tables for push notification are not being created on staging or production. However, this works locally. Need to look the logs, could be a wpengine issue.
Query:
The text was updated successfully, but these errors were encountered: