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
8 lines
106 B
Java
8 lines
106 B
Java
package com.alttd.altitudeweb;
|
|
|
|
public class Main {
|
|
public static void main(String[] args) {
|
|
|
|
}
|
|
}
|