My-Little-Forum / mylittleforum

A simple PHP and MySQL based internet forum that displays the messages in classical threaded view (tree structure)
GNU General Public License v3.0
121 stars 47 forks source link

Further fix for adding a primary key for mlf2_banlists #729

Closed auge8472 closed 1 month ago

auge8472 commented 1 month ago

The PK was previously added in the update script but not in the installation script. Ths will be fixed with this pull request.

auge8472 commented 1 month ago

See also #710 and #726