mirror of
https://github.com/duplicati/duplicati.git
synced 2025-11-28 11:30:24 +08:00
8 lines
No EOL
196 B
C#
8 lines
No EOL
196 B
C#
namespace Duplicati.Library.Main.Database;
|
|
|
|
/// <summary>
|
|
/// This is a marker class for locating the assembly with the database schema.
|
|
/// </summary>
|
|
public static class DatabaseSchemaMarker
|
|
{
|
|
} |