Skip to content

SQL updates for pets

Yordi requested to merge yordi/Arcturus-Community:sqlupdatepets into ms4/dev

Modified the queries for the pets, both files had a different structure which has been fixed, structures of those language are the same now. Removed PAGE_CHECKSUM=1 as that's for AriaDB, keep the database queries general just so they would work for everyone. Removed ROW_FORMAT=DYNAMIC as we do not need that, it's mostly used when we store more than 255 chars, which we do not do in this case as we just store small bits of texts.

Merge request reports