Missed this when recording the board creation statements. IIRC, my process was to delete everything related to a board, start asagi, and pull the queries from the query log. Not starting with a clean DB, the index_counters table was present and asagi didn't try to create it, so eve doesn't have this behavior.
https://github.com/eksopl/asagi/blob/e0afce64c925360f2ddd9eea83d4b8f2063cd49c/src/main/java/net/easymodo/asagi/SQL.java#L127 https://github.com/eksopl/asagi/blob/e0afce64c925360f2ddd9eea83d4b8f2063cd49c/src/main/resources/net/easymodo/asagi/sql/Mysql/common.sql
Missed this when recording the board creation statements. IIRC, my process was to delete everything related to a board, start asagi, and pull the queries from the query log. Not starting with a clean DB, the index_counters table was present and asagi didn't try to create it, so eve doesn't have this behavior.