diff --git a/lib/NGCP/Schema/Result/admins.pm b/lib/NGCP/Schema/Result/admins.pm index 306a824c..53065850 100644 --- a/lib/NGCP/Schema/Result/admins.pm +++ b/lib/NGCP/Schema/Result/admins.pm @@ -35,6 +35,8 @@ __PACKAGE__->add_columns( encode_args => {algorithm => 'MD5', format => 'hex'}, encode_check_method => 'check_password', }, + "saltedpass", + { data_type => "char", size => 54, is_nullable => 1 }, "is_master", { data_type => "tinyint", default_value => 0, is_nullable => 0 }, "is_superuser",