forked from openrs2/openrs2
The keys seem to change in each release now, which is going to be too much of a pain to keep up with. Signed-off-by: Graham <gpe@openrs2.org>bzip2
parent
12203912c1
commit
821cb732fd
@ -1,12 +1,9 @@ |
||||
package org.openrs2.archive.game |
||||
|
||||
import org.bouncycastle.crypto.params.RSAKeyParameters |
||||
|
||||
public data class Game( |
||||
public val id: Int, |
||||
public val url: String?, |
||||
public val buildMajor: Int?, |
||||
public val buildMinor: Int?, |
||||
public val lastMasterIndexId: Int?, |
||||
public val key: RSAKeyParameters? |
||||
public val lastMasterIndexId: Int? |
||||
) |
||||
|
@ -0,0 +1,2 @@ |
||||
ALTER TABLE games |
||||
DROP COLUMN key; |
Loading…
Reference in new issue