* Add a new table issue_index to store the max issue index so that issue could be deleted with no duplicated index * Fix pull index * Add tests for concurrent creating issues * Fix lint * Fix tests * Fix postgres test * Add test for migration v180 * Rename wrong test file name Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: Lauris BH <lauris@nix.lv>
		
			
				
	
	
		
			24 lines
		
	
	
		
			No EOL
		
	
	
		
			252 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			No EOL
		
	
	
		
			252 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| -
 | |
|   group_id: 1
 | |
|   max_index: 5
 | |
| -
 | |
|   group_id: 2
 | |
|   max_index: 2
 | |
| -
 | |
|   group_id: 3
 | |
|   max_index: 2
 | |
| -
 | |
|   group_id: 10
 | |
|   max_index: 1
 | |
| -
 | |
|   group_id: 48
 | |
|   max_index: 1
 | |
| -
 | |
|   group_id: 42
 | |
|   max_index: 1
 | |
| -
 | |
|   group_id: 50
 | |
|   max_index: 1
 | |
| -
 | |
|   group_id: 51
 | |
|   max_index: 1 |