mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 10:44:12 +01:00 
			
		
		
		
	force the use of InnoDB as db engine for all tables, fixes #59
This commit is contained in:
		
							parent
							
								
									c7f56d7483
								
							
						
					
					
						commit
						bff1e157d5
					
				@ -129,7 +129,7 @@ func NewEngine() (err error) {
 | 
			
		||||
	if err = SetEngine(); err != nil {
 | 
			
		||||
		return err
 | 
			
		||||
	}
 | 
			
		||||
	if err = x.Sync2(tables...); err != nil {
 | 
			
		||||
	if err = x.StoreEngine("InnoDB").Sync2(tables...); err != nil {
 | 
			
		||||
		return fmt.Errorf("sync database struct error: %v\n", err)
 | 
			
		||||
	}
 | 
			
		||||
	return nil
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user