mirror of
https://github.com/martinrotter/rssguard.git
synced 2024-12-29 09:31:24 +01:00
6c961dfad7
If Feed's URL is too long, user got error "Feed was not added due to error"
3 lines
49 B
SQL
3 lines
49 B
SQL
ALTER TABLE Feeds
|
|
MODIFY url VARCHAR(1000);
|
|
-- ! |