EdiWang / Moonglade

The ASP.NET Core blog system of https://edi.wang, runs on Microsoft Azure
https://edi.wang
GNU General Public License v3.0
503 stars 137 forks source link

Webmention Phase 1: Shared Infrastructure #802

Closed EdiWang closed 1 month ago

EdiWang commented 1 month ago

Refact infrastructure code to serve both pingback and webmetion

EXEC sp_rename 'Pingback', 'Mention'
GO

ALTER TABLE Mention ADD Worker NVARCHAR(16)
GO

UPDATE Mention SET Worker = N'Pingback'
GO