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

21 lines
721 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import android.database.sqlite.SQLiteDatabase;
import o.C1172XcZ;
/* renamed from: o.pYr, reason: case insensitive filesystem */
/* loaded from: classes.dex */
final /* synthetic */ class C16590pYr implements C1172XcZ.RVV {
static final C16590pYr e = new C16590pYr();
@Override // o.C1172XcZ.RVV
public final void Hs_(SQLiteDatabase sQLiteDatabase) {
sQLiteDatabase.execSQL("ALTER TABLE transport_contexts ADD COLUMN extras BLOB");
sQLiteDatabase.execSQL("CREATE UNIQUE INDEX contexts_backend_priority_extras on transport_contexts(backend_name, priority, extras)");
sQLiteDatabase.execSQL("DROP INDEX contexts_backend_priority");
}
private C16590pYr() {
}
}