Skip to content

Commit 8e91442

Browse files
committed
[upgrade] 23.06
1 parent 664049f commit 8e91442

8 files changed

+3
-2
lines changed
File renamed without changes.

bin/upgrade/23.05/upgrade_db.sh bin/upgrade/23.06/upgrade_db.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
VER="23.05"
3+
VER="23.06"
44

55
CONTINUE="$(countly check before upgrade db "$VER")"
66

@@ -34,6 +34,7 @@ then
3434
nodejs "$SCRIPTS/scripts/upgrade_user_permission_data-manager.js"
3535
nodejs "$SCRIPTS/scripts/rebuild_member_permission.js"
3636
nodejs "$SCRIPTS/scripts/merge_drill_meta.js"
37+
nodejs "$SCRIPTS/scripts/cleanup_crashgroup_custom_field.js"
3738

3839
if [ "$1" != "combined" ]; then
3940
countly upgrade;

bin/upgrade/23.05/upgrade_fs.sh bin/upgrade/23.06/upgrade_fs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
echo "Running filesystem modifications"
44

5-
VER="23.05"
5+
VER="23.06"
66

77
CONTINUE="$(countly check before upgrade fs "$VER")"
88

0 commit comments

Comments
 (0)