Database Cleanup #21
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There are a few fields in the database whose intent has changed, but the name has not. Prior to v2 RC, fix any such names, and take this opportunity to change data and support types' fields to be capitalized, per F# standard naming conventions.
(This will mostly affect the RethinkDB implementation, but ensure that the SQLite mappings also remain correct.)
WebLog.themePathtoWebLog.ThemeId, and changed it to a properThemeId(this led to some different handlers to render themed templates, and changes in the DotLiquidtheme_assetfilter)Page.showInPageListtoPage.IsInPageListfeedEnabled,categoryEnabled, andtagEnabledinRssOptionstoIsFeedEnabled,IsCategoryEnabled, andIsTagEnablediTunesCategoryandiTunesSubcategoryinPodcastOptionstoAppleCategoryandAppleSubcategory(ITunesCategorylooks like an interface type, not a concrete type)PodcastOptions.guidtoPodcastOptions.PodcastGuidWebLogUser.userNametoWebLogUser.EmailUploadDestinationConverter(FSharpLu's single-case DU converter can handle it)nameoffor fields it addresses rather than strings