The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
BEGIN;

ALTER TABLE community RENAME COLUMN snmp_auth_tag TO snmp_auth_tag_read;

ALTER TABLE community ADD COLUMN snmp_auth_tag_write text;

COMMIT;