Forráskód Böngészése

Added placeholder for Specific Migrations

frogsoftware 8 hónapja
szülő
commit
fccbcadedb
1 módosított fájl, 2 hozzáadás és 0 törlés
  1. 2 0
      InABox.Database/DbFactory.cs

+ 2 - 0
InABox.Database/DbFactory.cs

@@ -96,6 +96,8 @@ public static class DbFactory
             throw new Exception("Database migration failed. Aborting startup");
             throw new Exception("Database migration failed. Aborting startup");
         }
         }
 
 
+        //DataUpdater.DoSpecificMigration(new VersionNumber(8, 22), new VersionNumber(8, 23));
+
         //Load up your custom properties here!
         //Load up your custom properties here!
         // Can't use clients (b/c we're inside the database layer already
         // Can't use clients (b/c we're inside the database layer already
         // but we can simply access the store directly :-)
         // but we can simply access the store directly :-)