mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-04 09:44:10 +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:
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);
|
Reference in New Issue
Block a user