Skip to content

Commit 67530b0

Browse files
matthewhillierReidWeb
authored andcommitted
Update README.md
Added changes to the DB structure
1 parent 8a4d41a commit 67530b0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Follow these steps to setup XIVStats-Gatherer-Java:
7575
|-d | --database | String | database name |
7676
|-D | --do-not-store-date | none | do not store date of last player activity |
7777
|-f | --finish | integer | the character id to conclude character run at (inclusive) |
78-
|-F | --print-failures | none | print records that don't exist |
78+
|-F | --print-failures | none | print records that don't exist |
7979
|-h | --help | none | display help message |
8080
|-m | --store-mounts | none | store mount data set for each player into the database |
8181
|-P | --store-minions | none | store minion data set for each player into the database |
@@ -134,6 +134,9 @@ The database table ```tblplayers``` has the following structure:
134134
|level_darkknight |int |N/A |
135135
|level_machinist |int |N/A |
136136
|level_astrologian |int |N/A |
137+
|level_scholar |int |N/A |
138+
|level_redmage |int |N/A |
139+
|level_samurai |int |N/A |
137140
|level_carpenter |int |N/A |
138141
|level_blacksmith |int |N/A |
139142
|level_armorer |int |N/A |
@@ -156,6 +159,7 @@ The database table ```tblplayers``` has the following structure:
156159
|p960days |bit |Minion - Wind-up Firion |
157160
|prearr |bit |Minion - Cait Sith Doll |
158161
|prehw |bit |Minion - Chocobo Chick Courier |
162+
|presb |bit |Minion - Wind-up Red Mage |
159163
|arrartbook |bit |Minion - Model Enterprise |
160164
|hwartbookone |bit |Minion - Wind-Up Relm |
161165
|hwartbooktw |bit |Minion - Wind-Up Hraesvelgr |
@@ -184,6 +188,9 @@ The database table ```tblplayers``` has the following structure:
184188
|hw_complete |bit |Mount - Midgardsormr |
185189
|hw_31_complete |bit |Minion - Wind-up Haurchefant |
186190
|hw_33_complete |bit |Minion - Wind-up Aymeric |
191+
|sb_complete |bit |Minion - Ivan Coeurlfist Doll |
192+
| | |Minion - Dress-up Yugiri |
193+
| | |Wind-up Exdeath |
187194
|legacy_player |bit |Mount - Legacy Chocobo |
188195
|*mounts* |*text* |*N/A* |
189196
|*minions* |*text* |*N/A* |

0 commit comments

Comments
 (0)