Skip to content

Commit 392be10

Browse files
Ja bist du narrischJa bist du narrisch
authored andcommitted
Minor change
1 parent 450720a commit 392be10

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Migrator/Providers/TransformationProvider.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -533,11 +533,7 @@ public virtual void SwitchDatabase(string databaseName)
533533

534534
public bool DatabaseExists(string name)
535535
{
536-
#if NETSTANDARD
537-
return GetDatabases().Any(c => string.Equals(name, c, StringComparison.OrdinalIgnoreCase));
538-
#else
539536
return GetDatabases().Any(c => string.Equals(name, c, StringComparison.OrdinalIgnoreCase));
540-
#endif
541537
}
542538

543539
public virtual void CreateDatabases(string databaseName)

0 commit comments

Comments
 (0)