protected void btnApplySnapshot_Click(object sender, EventArgs e)
 {
     var snapshotMgr = new MigrationManager("~/uSync/migrations");
     snapshotMgr.ApplyMigrations();
 }
Example #2
0
        protected void btnApplySnapshot_Click(object sender, EventArgs e)
        {
            var snapshotMgr = new MigrationManager("~/uSync/migrations");

            snapshotMgr.ApplyMigrations();
        }