Replies: 1 comment
-
Hi @kamuzon, I believe 2 small changes are needed for this to work:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I turn it off in migrations:
createDefaultTableFields($table, true, false);
Where in another places (controllers, views, or...) need I to turn it totally off for this module?
Please help.
Now I get SQL error:
Column not found: 1054 Unknown column 'published' in 'where clause' (SQL: select count(*) as aggregate from
customers
wherepublished
= 1 andcustomers
.deleted_at
is null)Beta Was this translation helpful? Give feedback.
All reactions