Skip to content

Commit

Permalink
0.9.x -> 1.0.0, incompatible changes to db schema were made
Browse files Browse the repository at this point in the history
`whitelist` table's schema was changed, the plugin will run automatic
migration if old db structure is detected. This means that plugin
will still work just fine, BUT anyone who used the old db schema in
their projects will have to change it to keep compatibility.
  • Loading branch information
voidpointer0x00 committed Apr 3, 2023
1 parent df9f4b0 commit b04245d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<groupId>voidpointer.spigot</groupId>
<artifactId>voidwhitelist</artifactId>
<version>0.9.6</version>
<version>1.0.0</version>
<packaging>jar</packaging>

<name>VoidWhitelist</name>
Expand Down

0 comments on commit b04245d

Please sign in to comment.