mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-04-05 10:26: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';
|
||||
|
||||
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,
|
||||
secondary_dev_addr -> Nullable<Binary>,
|
||||
device_session -> Nullable<Binary>,
|
||||
all_layer_params -> Text,
|
||||
app_layer_params -> Text,
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user