Differences From
Artifact [004846cca6]:
335 335 -- uid: uint64
336 336 auth_sigtime_user_alter: {&m.source, uint64, m.timepoint} -> {}
337 337 -- uid: uint64
338 338 -- timestamp: timepoint
339 339
340 340 post_save: {&m.source, &m.post} -> {}
341 341 post_create: {&m.source, &m.post} -> uint64
342 + post_destroy: {&m.source, uint64} -> {}
342 343 post_fetch: {&m.source, uint64} -> lib.mem.ptr(m.post)
343 344 post_enum_author_uid: {&m.source, uint64, m.range} -> lib.mem.ptr(lib.mem.ptr(m.post))
344 345 post_attach_ctl: {&m.source, uint64, uint64, bool} -> {}
345 346 -- attaches or detaches an existing database artifact
346 347 -- post id: uint64
347 348 -- artifact id: uint64
348 349 -- detach: bool