otter/gpodder_sqlite/migrations/2025-06-24-110307_user_admin_field/down.sql

2 lines
41 B
SQL

alter table users
drop column admin;