mirror of
https://gitee.com/dromara/zyplayer-doc.git
synced 2026-05-14 03:22:07 +08:00
修改配置项
This commit is contained in:
@@ -16,7 +16,7 @@ public class ZyplayerDocVersion {
|
||||
* 每次升级必须添加一条记录,用于执行它的升级SQL
|
||||
*/
|
||||
public static final List<UpgradeInfo> versionUpgrade = new LinkedList<UpgradeInfo>() {{
|
||||
add(new UpgradeInfo("1.1.5", false));
|
||||
add(new UpgradeInfo("1.1.5", true));
|
||||
add(new UpgradeInfo("1.1.4", true));
|
||||
add(new UpgradeInfo("1.1.3", false));
|
||||
add(new UpgradeInfo("1.1.2", true));
|
||||
|
||||
Reference in New Issue
Block a user