Skip to content

Fixed database flood

Latest

Choose a tag to compare

@Aloth974 Aloth974 released this 01 Oct 07:00
· 15 commits to master since this release

Empty keys should not be registered to the database anymore.

  • Check if you have empty keys in your database : SELECT count(*) FROM god_lang_keys WHERE god_lang_keys.key IS NULL;
  • Delete empty keys : DELETE FROM god_lang_keys WHERE god_lang_keys.key IS NULL;