mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-06-01 15:30:46 +00:00
Fix sqlite migration typo.
This commit is contained in:
parent
849d27f148
commit
ca7b0a2e61
@ -72,4 +72,4 @@ alter table device_keys
|
|||||||
add column gen_app_key blob not null default x'00000000000000000000000000000000';
|
add column gen_app_key blob not null default x'00000000000000000000000000000000';
|
||||||
|
|
||||||
alter table device
|
alter table device
|
||||||
add column all_layer_params text not null default '{}';
|
add column app_layer_params text not null default '{}';
|
||||||
|
@ -60,7 +60,7 @@ diesel::table! {
|
|||||||
join_eui -> Binary,
|
join_eui -> Binary,
|
||||||
secondary_dev_addr -> Nullable<Binary>,
|
secondary_dev_addr -> Nullable<Binary>,
|
||||||
device_session -> Nullable<Binary>,
|
device_session -> Nullable<Binary>,
|
||||||
all_layer_params -> Text,
|
app_layer_params -> Text,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user