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
SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) (SQL: select count(*) as aggregate from articles where is_draft = no and only_owner_can_see = no and is_excellent = yes and articles.deleted_at is null)
The text was updated successfully, but these errors were encountered:
(2/2) QueryExceptionSQLSTATE[42S22]: Column not found: 1054 Unknown column 'only_owner_can_see' in 'where clause' (SQL: select count(*) as aggregate from articles where is_draft = no and only_owner_can_see = no and is_excellent = yes and articles.deleted_at is null)
SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) (SQL: select count(*) as aggregate from
articles
whereis_draft
= no andonly_owner_can_see
= no andis_excellent
= yes andarticles
.deleted_at
is null)The text was updated successfully, but these errors were encountered: