mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2026-05-06 12:30:38 -05:00
Added file to run on table charinfo to allow for unique names only
Created a new file to run on the MySQL database to alter the MySQL table charinfo.names to only allow unique entries
This commit is contained in:
@@ -0,0 +1 @@
|
||||
ALTER TABLE charinfo ADD UNIQUE (name);
|
||||
Reference in New Issue
Block a user