renamed timestamp to timestamp_type_t
This commit is contained in:
@@ -20,7 +20,7 @@ struct User : core::Model {
|
||||
std::string salt;
|
||||
std::string password;
|
||||
LockType lock_type{LockType::NoLock};
|
||||
matador::utils::timestamp locked_at;
|
||||
matador::utils::timestamp_type_t locked_at;
|
||||
std::string lock_reason;
|
||||
std::string role;
|
||||
matador::object::object_ptr<UserDirectory> user_directory;
|
||||
|
||||
Reference in New Issue
Block a user