mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
parent
99fba0fad3
commit
0991ea75cc
5 changed files with 11 additions and 11 deletions
|
|
@ -16,7 +16,7 @@ Changelog
|
|||
insert into logs
|
||||
(user_id, timestamp)
|
||||
values
|
||||
(:_actor_id, :_timestamp_datetime_utc)
|
||||
(:_actor_id, :_now_datetime_utc)
|
||||
|
||||
This inserts the currently authenticated actor ID and the current datetime. (`#842 <https://github.com/simonw/datasette/issues/842>`__)
|
||||
- New :ref:`plugin_hook_register_magic_parameters` plugin hook.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue