This website requires JavaScript.
Explore
Help
Sign In
Altitude
/
AltitudeWeb
Watch
5
Star
0
Fork
You've already forked AltitudeWeb
0
Code
Issues
12
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
4b891dd672
AltitudeWeb
/
database
/
src
/
main
/
java
/
com
/
alttd
/
altitudeweb
/
Main.java
8 lines
106 B
Java
Raw
Normal View
History
Unescape
Escape
Refactor database structure and improve player handling. Reorganized database-related code into a dedicated module, added mappings for UUID handling, and updated SQL queries for clarity. Enhanced team members API to use player data directly, ensuring consistency and better handling of UUIDs. Introduced new database table for connection settings and adjusted Gradle configurations for modularization.
2025-04-09 23:22:19 +00:00
package
com.alttd.altitudeweb
;
public
class
Main
{
public
static
void
main
(
String
[
]
args
)
{
Reworked database setup and added pagination The database tables are now automatically created The history lookup now uses a view for names (for simplicity and readability) The all history lookup now uses a view combining all punishment history for efficiency
2025-04-11 16:22:07 +00:00
Refactor database structure and improve player handling. Reorganized database-related code into a dedicated module, added mappings for UUID handling, and updated SQL queries for clarity. Enhanced team members API to use player data directly, ensuring consistency and better handling of UUIDs. Introduced new database table for connection settings and adjusted Gradle configurations for modularization.
2025-04-09 23:22:19 +00:00
}
}
Reference in New Issue
Copy Permalink