diff options
Diffstat (limited to 'sql-files/upgrades/upgrade_svn16490.sql')
-rw-r--r-- | sql-files/upgrades/upgrade_svn16490.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql-files/upgrades/upgrade_svn16490.sql b/sql-files/upgrades/upgrade_svn16490.sql new file mode 100644 index 000000000..b38445c46 --- /dev/null +++ b/sql-files/upgrades/upgrade_svn16490.sql @@ -0,0 +1 @@ +ALTER TABLE `char` ADD CONSTRAINT `name_key` UNIQUE (`name`); |