mirror of
https://github.com/Squareville/TestEventServer.git
synced 2026-05-03 19:30:04 -05:00
150dec1cc2
Created a new file to run on the MySQL database to alter the MySQL table charinfo.names to only allow unique entries
1 line
39 B
SQL
1 line
39 B
SQL
ALTER TABLE charinfo ADD UNIQUE (name); |