包含升级SQL

This commit is contained in:
暮光:城中城
2023-03-12 15:47:39 +08:00
parent e495588dae
commit 300c0b75fe

View File

@@ -16,7 +16,7 @@ public class ZyplayerDocVersion {
* 每次升级必须添加一条记录用于执行它的升级SQL
*/
public static final List<UpgradeInfo> versionUpgrade = new LinkedList<UpgradeInfo>() {{
add(new UpgradeInfo("1.1.4", false));
add(new UpgradeInfo("1.1.4", true));
add(new UpgradeInfo("1.1.3", false));
add(new UpgradeInfo("1.1.2", true));
}};