poll.horse/src
Wolvan 8bf0155142 Fix multiple MySQL issues
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.
2022-02-04 20:34:21 +01:00
..
config-handlers Initial commit 2021-12-28 21:11:19 +01:00
backend.ts Implement header based safety features 2022-01-30 16:59:11 +01:00
config-handlers.ts Initial commit 2021-12-28 21:11:19 +01:00
config-loader.ts Fix config loading of boolean values 2021-12-29 17:04:23 +01:00
Config.ts Implement different backend types 2022-01-08 16:12:04 +01:00
FlatFileStorage.ts Implement different backend types 2022-01-08 16:12:04 +01:00
frontend.ts Implement favicon and embbed icon 2022-02-02 22:13:07 +01:00
main.ts Implement favicon and embbed icon 2022-02-02 22:13:07 +01:00
MySQLStorage.ts Fix multiple MySQL issues 2022-02-04 20:34:21 +01:00
Poll.ts Make frontend js-less 2022-01-01 04:13:24 +01:00
Storage.ts Implement different backend types 2022-01-08 16:12:04 +01:00