fix(backend): Kleinere fouten opgelost.
This commit is contained in:
		
							parent
							
								
									6e7a03f55b
								
							
						
					
					
						commit
						f199ceb945
					
				
					 3 changed files with 4 additions and 5 deletions
				
			
		|  | @ -18,7 +18,7 @@ export class Submission { | |||
|     @PrimaryKey({ type: 'numeric' }) | ||||
|     learningObjectVersion: number = 1; | ||||
| 
 | ||||
|     @PrimaryKey({ type: 'integer' }) | ||||
|     @PrimaryKey({ type: 'integer', autoincrement: true }) | ||||
|     submissionNumber!: number; | ||||
| 
 | ||||
|     @ManyToOne({ | ||||
|  |  | |||
		Reference in a new issue
	
	 Gerald Schmittinger
						Gerald Schmittinger