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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: