mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 826400 - Post: update DATABASE_VERSION comment, and clarify why we do this r=liuche
--HG-- extra : commitid : 2RsGOeNAv3X
This commit is contained in:
parent
da18de73cf
commit
1d78d9f051
@ -39,7 +39,9 @@ import android.util.Log;
|
||||
final class BrowserDatabaseHelper extends SQLiteOpenHelper {
|
||||
private static final String LOGTAG = "GeckoBrowserDBHelper";
|
||||
|
||||
public static final int DATABASE_VERSION = 27; // Bug 1128675
|
||||
// Replace the Bug number below with your Bug that is conducting a DB upgrade, as to force a merge conflict with any
|
||||
// other patches that require a DB upgrade.
|
||||
public static final int DATABASE_VERSION = 27; // Bug 826400
|
||||
public static final String DATABASE_NAME = "browser.db";
|
||||
|
||||
final protected Context mContext;
|
||||
|
Loading…
Reference in New Issue
Block a user