Skip to content

Tables for push notification are not being created #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
epicfaace opened this issue Mar 29, 2019 · 0 comments
Open

Tables for push notification are not being created #5

epicfaace opened this issue Mar 29, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@epicfaace
Copy link
Member

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) )```
@hesyifei hesyifei added the bug Something isn't working label Mar 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants