Ticker page not working
necenzurat opened this issue · 2 comments
necenzurat commented
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'visible' in 'where clause' (SQL: select * from `ticker` where `user_id` = 1 and `enabled` = 1 and `visible` = 1 order by `value_current` desc)
collumn visible is missing from the migration.
eusonlito commented
Ok! Tomorrow I will check all this issues. Maybe some migrations merge error before publish :)
eusonlito commented
Done! The visible column is not used in Tickers.