GitHub
09/10/2025, 7:22 PMosctrl-admin still needs more work and the field custom_tag is all lowercase now. So live osctrl instances may need some changes to adjust that with an statement such as:
UPDATE admin_tags
SET custom_tag = LOWER(custom_tag)
WHERE custom_tag IS NOT NULL;
jmpsec/osctrlGitHub
09/11/2025, 8:31 AM