Rename SQLite helper file
This commit is contained in:
parent
f461b10ebc
commit
7fb68d5583
@ -25,7 +25,7 @@
|
|||||||
<Compile Include="Interfaces.fs" />
|
<Compile Include="Interfaces.fs" />
|
||||||
<Compile Include="Utils.fs" />
|
<Compile Include="Utils.fs" />
|
||||||
<Compile Include="RethinkDbData.fs" />
|
<Compile Include="RethinkDbData.fs" />
|
||||||
<Compile Include="SQLite\Helpers.fs" />
|
<Compile Include="SQLite\SQLiteHelpers.fs" />
|
||||||
<Compile Include="SQLite\SQLiteCategoryData.fs" />
|
<Compile Include="SQLite\SQLiteCategoryData.fs" />
|
||||||
<Compile Include="SQLite\SQLitePageData.fs" />
|
<Compile Include="SQLite\SQLitePageData.fs" />
|
||||||
<Compile Include="SQLite\SQLitePostData.fs" />
|
<Compile Include="SQLite\SQLitePostData.fs" />
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/// Helper functions for the SQLite data implementation
|
/// Helper functions for the SQLite data implementation
|
||||||
[<AutoOpen>]
|
[<AutoOpen>]
|
||||||
module MyWebLog.Data.SQLite.Helpers
|
module MyWebLog.Data.SQLite.SQLiteHelpers
|
||||||
|
|
||||||
/// The table names used in the SQLite implementation
|
/// The table names used in the SQLite implementation
|
||||||
[<RequireQualifiedAccess>]
|
[<RequireQualifiedAccess>]
|
Loading…
Reference in New Issue
Block a user