Skip to content

Commit 9e5dc4f

Browse files
committed
Release v1.2.0
* [Bugfix] Re-added columns that were accidentally deleted from CREATE TABLE script
1 parent 377c2a2 commit 9e5dc4f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v1.3.2
2+
======
3+
* New reputation columns accidentally deleted from CREATE TABLE script.
4+
15
v1.3.1
26
======
37
* Resolved bug with mismatching number of column headers and values in SQL inserts

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.ffxivcensus.gatherer</groupId>
88
<artifactId>XIVStats-Gatherer-Java</artifactId>
9-
<version>v1.3.1</version>
9+
<version>v1.3.2</version>
1010
<name>XIVStats Lodestone Gatherer</name>
1111
<url>https://github.com/xivstats</url>
1212

src/main/java/com/ffxivcensus/gatherer/GathererController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ private void createTable(String tableName) {
354354
sbSQL.append("soundtrack BIT,saweternalbond BIT,sightseeing BIT,comm50 BIT,moogleplush BIT,");
355355
sbSQL.append("topazcarubuncleplush BIT,emeraldcarbuncleplush BIT,");
356356
sbSQL.append("hildibrand BIT, dideternalbond BIT, arrcollector BIT,");
357-
sbSQL.append("kobold BIT, sahagin BIT, amaljaa BIT, sylph BIT,");
357+
sbSQL.append("kobold BIT, sahagin BIT, amaljaa BIT, sylph BIT, moogle BIT, vanuvanu BIT, vath BIT,");
358358
sbSQL.append("arr_25_complete BIT,hw_complete BIT, hw_31_complete BIT, hw_33_complete BIT, legacy_player BIT");
359359
}
360360
if (this.storeMounts) {

0 commit comments

Comments
 (0)