bibanon / eve

Asagi replacement written in Python
16 stars 3 forks source link

index_counters table not created #27

Open AGSPhoenix opened 5 years ago

AGSPhoenix commented 5 years ago

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.