Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
Fix a MySQL bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Flibio committed May 7, 2018
1 parent 58350df commit 4f29565
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ name=EconomyLite
owner=Flibio
inceptionYear=2015
currentYear=2018
version=2.14.0
version=2.14.1
apiVersion=7.1.0-SNAPSHOT
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ public VirtualServiceCommon(SqlManager manager, boolean h2) {
} else {
manager.executeUpdate("ALTER TABLE `economylitevirts` CHANGE `id` `id` VARCHAR(1024)");
}
manager.executeUpdate("ALTER TABLE economylitevirts ADD UNIQUE (id)");
}
// Create caches
balCache = CacheManager.create(logger, 64, 360);
Expand Down

0 comments on commit 4f29565

Please sign in to comment.