mirror of
https://github.com/Wolvan/poll.horse.git
synced 2024-11-21 20:47:59 +01:00
8bf0155142
The first issue is an invalid option to the MySQL connector in the form of the table prefix. It instead gets set as a private prop on the storage class and then removed from the options object. The second and more important issue is that the field to store the duplication check data ended up being too small too quickly, causing it to quickly fail to write a full JSON string and leading to an error while retrieving the poll. An `ALTER` statement during init is used to make sure the datatype is now a `MEDIUMTEXT`. With 16MB it should fill up way less quickly than previously. |
||
---|---|---|
.. | ||
config-handlers | ||
backend.ts | ||
config-handlers.ts | ||
config-loader.ts | ||
Config.ts | ||
FlatFileStorage.ts | ||
frontend.ts | ||
main.ts | ||
MySQLStorage.ts | ||
Poll.ts | ||
Storage.ts |