Merge pull request #356 from EmosewaMC/UniqueCharacterNamesAddition

Added UNIQUE to charInfo table for names
This commit is contained in:
Xiphoseer
2022-02-05 15:37:26 +01:00
committed by GitHub

View File

@@ -0,0 +1 @@
ALTER TABLE charinfo ADD UNIQUE (name);