diff options
Diffstat (limited to 'MediaBrowser.Server.Startup.Common/Migrations/IVersionMigration.cs')
| -rw-r--r-- | MediaBrowser.Server.Startup.Common/Migrations/IVersionMigration.cs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Startup.Common/Migrations/IVersionMigration.cs b/MediaBrowser.Server.Startup.Common/Migrations/IVersionMigration.cs new file mode 100644 index 000000000..a6a8c1a35 --- /dev/null +++ b/MediaBrowser.Server.Startup.Common/Migrations/IVersionMigration.cs @@ -0,0 +1,8 @@ + +namespace MediaBrowser.Server.Startup.Common.Migrations +{ + public interface IVersionMigration + { + void Run(); + } +} |
