mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-21 21:17:25 +00: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:
parent
01230e2575
commit
150dec1cc2
1
migrations/dlu/1_unique_charinfo_names.sql
Normal file
1
migrations/dlu/1_unique_charinfo_names.sql
Normal file
@ -0,0 +1 @@
|
|||||||
|
ALTER TABLE charinfo ADD UNIQUE (name);
|
Loading…
Reference in New Issue
Block a user