Skip to content

chore: deduplicate constants for admin user id

Dmitry Rodionov requested to merge dkr/dedup-admin-id into master

Summary

  • chore: deduplicate constants for admin user id

Before this patch we've had ADMIN_ID in schema.rs and ADMIN_USER_ID in lib.rs. This patch removes ADMIN_USER_ID in favor of ADMIN_ID

Ensure that

  • New code is covered by tests
  • API is documented
  • Changelog is up to date
  • (if Lua API changed) Lua API version is bumped in luamod.rs
  • (if necessary) A follow-up doc issue is created in picodata/docs and linked here

Merge request reports