resolve regression installation issue with PostgreSQL
This commit is contained in:
		@ -47,7 +47,7 @@ namespace Oqtane.Migrations.EntityBuilders
 | 
			
		||||
 | 
			
		||||
        private string RewriteName(string name)
 | 
			
		||||
        {
 | 
			
		||||
            return RewriteName(name, false);
 | 
			
		||||
            return ActiveDatabase.RewriteName(name);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        private string RewriteName(string name, bool isQuery)
 | 
			
		||||
 | 
			
		||||
@ -14,7 +14,12 @@ namespace Oqtane.Migrations
 | 
			
		||||
 | 
			
		||||
        protected string RewriteName(string name)
 | 
			
		||||
        {
 | 
			
		||||
            return ActiveDatabase.RewriteName(name);
 | 
			
		||||
            return ActiveDatabase.RewriteName(name, false);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        protected string RewriteName(string name, bool isQuery)
 | 
			
		||||
        {
 | 
			
		||||
            return ActiveDatabase.RewriteName(name, isQuery);
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user