1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00
miniflux-v2/sql/schema_version_19.sql

2 lines
109 B
MySQL
Raw Normal View History

alter table feeds add column username text default '';
alter table feeds add column password text default '';