[midPoint] How to send the current time into a resource attribute everytime when the account is updated or created?
Wojciech Staszewski
wojciech.staszewski at diagnostyka.pl
Thu Mar 9 09:18:50 CET 2017
With MySQL I am doing this using database mechanism:
alter table TABLENAME ADD `MODIFIED` TIMESTAMP ON UPDATE CURRENT_TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP;
Regards,
WS
W dniu 09.03.2017 o 03:17, Prabhakara Rao Doddapaneni pisze:
> I am looking for the way to update the changelogcolumn with current timestamp as when an account is created or updated in the resource. I could not find the solution in documentation. Can somebody help me how to do it?
>
>
> _______________________________________________
> midPoint mailing list
> midPoint at lists.evolveum.com
> http://lists.evolveum.com/mailman/listinfo/midpoint
More information about the midPoint
mailing list