mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 17:14:42 +01:00
move sync repository to portable project
This commit is contained in:
@@ -40,7 +40,9 @@ namespace Emby.Server.Implementations.Security
|
||||
|
||||
connection.RunInTransaction(db =>
|
||||
{
|
||||
AddColumn(db, "AccessTokens", "AppVersion", "TEXT");
|
||||
var existingColumnNames = GetColumnNames(db, "AccessTokens");
|
||||
|
||||
AddColumn(db, "AccessTokens", "AppVersion", "TEXT", existingColumnNames);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user