Woopsie, fixed auto migration and seeding
This commit is contained in:
		@@ -37,8 +37,8 @@ namespace NadekoBot.Services.Database
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        public NadekoContext()
 | 
					        public NadekoContext()
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
           // this.Database.Migrate();
 | 
					           this.Database.Migrate();
 | 
				
			||||||
           //  EnsureSeedData();
 | 
					           EnsureSeedData();
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        public void EnsureSeedData()
 | 
					        public void EnsureSeedData()
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user