what-the-bank/sources/o/C16804rPj.java

21 lines
832 B
Java

package o;
import android.database.sqlite.SQLiteDatabase;
import o.C1172XcZ;
/* renamed from: o.rPj, reason: case insensitive filesystem */
/* loaded from: classes.dex */
final /* synthetic */ class C16804rPj implements C1172XcZ.RVV {
static final C16804rPj d = new C16804rPj();
@Override // o.C1172XcZ.RVV
public final void Hs_(SQLiteDatabase sQLiteDatabase) {
sQLiteDatabase.execSQL("ALTER TABLE events ADD COLUMN inline BOOLEAN NOT NULL DEFAULT 1");
sQLiteDatabase.execSQL("DROP TABLE IF EXISTS event_payloads");
sQLiteDatabase.execSQL("CREATE TABLE event_payloads (sequence_num INTEGER NOT NULL, event_id INTEGER NOT NULL, bytes BLOB NOT NULL,FOREIGN KEY (event_id) REFERENCES events(_id) ON DELETE CASCADE,PRIMARY KEY (sequence_num, event_id))");
}
private C16804rPj() {
}
}