Rename SQLite helper file

This commit is contained in:
2023-12-19 21:26:06 -05:00
parent f461b10ebc
commit 7fb68d5583
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
/// Helper functions for the SQLite data implementation
[<AutoOpen>]
module MyWebLog.Data.SQLite.Helpers
module MyWebLog.Data.SQLite.SQLiteHelpers
/// The table names used in the SQLite implementation
[<RequireQualifiedAccess>]