You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Read from RSS feeds and send an email for every new item.
Migrating the database
ALTER TABLE CHANNEL ALTER COLUMN ID RESTART WITH (SELECT MAX(ID) + 1 FROM CHANNEL)
ALTER TABLE FEED_ITEM ALTER COLUMN ID RESTART WITH (SELECT MAX(ID) + 1 FROM FEED_ITEM)