The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
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;