SON118 - Add missing index init and reflect enums
This commit is contained in:
parent
33aeafd4b1
commit
ba411cd9ea
2 changed files with 2 additions and 0 deletions
|
|
@ -317,6 +317,7 @@ void database::initialize_indexes()
|
||||||
|
|
||||||
add_index< primary_index<lottery_balance_index > >();
|
add_index< primary_index<lottery_balance_index > >();
|
||||||
add_index< primary_index<sweeps_vesting_balance_index > >();
|
add_index< primary_index<sweeps_vesting_balance_index > >();
|
||||||
|
add_index< primary_index<son_stats_index> >();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -444,6 +444,7 @@ FC_REFLECT_ENUM( graphene::chain::impl_object_type,
|
||||||
(impl_global_betting_statistics_object_type)
|
(impl_global_betting_statistics_object_type)
|
||||||
(impl_lottery_balance_object_type)
|
(impl_lottery_balance_object_type)
|
||||||
(impl_sweeps_vesting_balance_object_type)
|
(impl_sweeps_vesting_balance_object_type)
|
||||||
|
(impl_son_statistics_object_type)
|
||||||
)
|
)
|
||||||
|
|
||||||
FC_REFLECT_TYPENAME( graphene::chain::share_type )
|
FC_REFLECT_TYPENAME( graphene::chain::share_type )
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue