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

Remove support for adding an Origin Link for a blog post #800

Closed EdiWang closed 1 month ago

EdiWang commented 1 month ago

Nobody uses this feature.

Optional T-SQL migration script

ALTER TABLE Post DROP COLUMN IsOriginal
GO

ALTER TABLE Post DROP COLUMN OriginLink
GO