fix(backend): persistOnCreate uitgeschakeld.
This commit is contained in:
		
							parent
							
								
									e8add72de4
								
							
						
					
					
						commit
						b2e43b8b50
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -65,6 +65,8 @@ function config(testingMode: boolean = false): Options { | |||
|         user: getEnvVar(EnvVars.DbUsername), | ||||
|         password: getEnvVar(EnvVars.DbPassword), | ||||
|         entities: entities, | ||||
|         persistOnCreate: false, // Entities should not be implicitly persisted when calling create(...), but only after
 | ||||
|                                 // they were saved explicitly.
 | ||||
|         // EntitiesTs: entitiesTs,
 | ||||
| 
 | ||||
|         // Logging
 | ||||
|  |  | |||
		Reference in a new issue
	
	 Gerald Schmittinger
						Gerald Schmittinger