Remove unused column in scan
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
21f1048bba
commit
a183b26312
|
@ -165,7 +165,7 @@ func (h *hubIncomingBackend) Feeds() ([]Feed, error) {
|
|||
var feeds []Feed
|
||||
|
||||
rows, err := db.Query(`
|
||||
select s.id, c.uid, topic, hub, callback, subscription_secret, lease_seconds, resubscribe_at
|
||||
select s.id, topic, hub, callback, subscription_secret, lease_seconds, resubscribe_at
|
||||
from subscriptions s
|
||||
inner join feeds f on f.url = s.topic
|
||||
inner join channels c on c.id = f.channel_id
|
||||
|
|
Loading…
Reference in New Issue
Block a user