Skip to content
This repository has been archived by the owner on Feb 25, 2022. It is now read-only.

Commit

Permalink
Fix db update
Browse files Browse the repository at this point in the history
  • Loading branch information
seven332 committed Sep 26, 2015
1 parent b26182f commit 3037830
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/com/hippo/nimingban/util/DB.java
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,7 @@ public static void initialize(Context context) {
helper.clearUpgrade();

switch (helper.getOldVersion()) {
case 1:
case 2:
insertDefaultACCommonPosts();
case 3:
Expand Down

0 comments on commit 3037830

Please sign in to comment.