mirror of
https://github.com/plexusorg/Plex.git
synced 2025-07-06 17:36:43 +00:00
added sql support so now people can use mongo or sql
This commit is contained in:
@ -47,7 +47,6 @@ public class SQLConnection
|
||||
"\t`ips` VARCHAR(65535),\n" +
|
||||
"\tPRIMARY KEY (`uuid`)\n" +
|
||||
");").execute();
|
||||
PlexLog.log("Successfully created table `players`!");
|
||||
} catch (SQLException throwables) {
|
||||
throwables.printStackTrace();
|
||||
}
|
||||
|
Reference in New Issue
Block a user