Skip to content

Commit 0c423fd

Browse files
committed
Add allow_roaming to device-profile.
1 parent 917c911 commit 0c423fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

main.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1284,6 +1284,7 @@ func migrateDeviceProfilesFn() {
12841284
"relay_notify_limit_bucket_size",
12851285
"relay_global_uplink_limit_bucket_size",
12861286
"relay_overall_limit_bucket_size",
1287+
"allow_roaming",
12871288
))
12881289
if err != nil {
12891290
log.Fatal("Prepare device-profile statement error", err)
@@ -1376,6 +1377,7 @@ function encodeDownlink(input) {
13761377
0,
13771378
0,
13781379
0,
1380+
true,
13791381
)
13801382
if err != nil {
13811383
log.Fatal("Exec device-profile statement error", err)

0 commit comments

Comments
 (0)