forked from SteamWar/SteamWar
Hotfix NodeDownload
This commit is contained in:
@@ -40,7 +40,7 @@ public class NodeDownload {
|
||||
private static final Table<NodeDownload> table = new Table<>(NodeDownload.class);
|
||||
private static final Statement insert = table.insertFields("NodeId", "Link");
|
||||
|
||||
private static final SelectStatement<NodeDownload> select = table.select("link");
|
||||
private static final SelectStatement<NodeDownload> select = table.selectFields("link");
|
||||
|
||||
private static final Statement delete = table.delete(Table.PRIMARY);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user