mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 17:56:46 +00:00
enhancement/Add createdat to authuser and resourceuser tables
This commit is contained in:
parent
fff627cd66
commit
3116d9712a
@ -83,7 +83,7 @@ import scala.concurrent.Future
|
||||
* one AuthUser <---> one ResourceUser
|
||||
*
|
||||
*/
|
||||
class AuthUser extends MegaProtoUser[AuthUser] with MdcLoggable {
|
||||
class AuthUser extends MegaProtoUser[AuthUser] with CreatedUpdated with MdcLoggable {
|
||||
def getSingleton = AuthUser // what's the "meta" server
|
||||
|
||||
object user extends MappedLongForeignKey(this, ResourceUser)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user