diff --git a/Database-Schema.md b/Database-Schema.md index 5428897..d94652b 100644 --- a/Database-Schema.md +++ b/Database-Schema.md @@ -44,7 +44,7 @@ SHOW TABLES IN Plan; ### Some notes -**plan_actions:action_id**: Actions id relates to [Actions enum](https://github.com/Rsl1122/Plan-PlayerAnalytics/blob/master/Plan/src/main/java/com/djrapitops/plan/database/tables/Actions.java) values +**plan_actions:action_id**: Actions id relates to [Actions enum](https://github.com/Rsl1122/Plan-PlayerAnalytics/blob/master/Plan/src/main/java/com/djrapitops/plan/data/Actions.java) values **plan_server:uuid**: This uuid is ServerUUID, which the server generates the first time the server connects to the database. It uses server properties as the seed and can be found in ServerInfoFile.yml