1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-24 22:36:19 -04:00

Single quotes around index column name won't die

This commit is contained in:
Mark McDowall
2014-02-05 23:39:28 -08:00
parent d648056bc4
commit 235bbc2d91
2 changed files with 3 additions and 4 deletions
@@ -105,7 +105,6 @@ namespace NzbDrone.Core.Test.Datastore.SQLiteMigrationHelperTests
newIndexes.Select(c=>c.Column).Should().BeEquivalentTo(indexes.Select(c=>c.Column));
}
[Test]
public void should_be_able_to_create_table_with_new_indexes()
{