serial run delete from "${table}" cascade
This commit is contained in:
		@@ -220,7 +220,9 @@ export async function resetDb() {
 | 
			
		||||
		WHERE nspname NOT IN ('pg_catalog', 'information_schema')
 | 
			
		||||
			AND C.relkind = 'r'
 | 
			
		||||
			AND nspname !~ '^pg_toast';`);
 | 
			
		||||
		await Promise.all(tables.map(t => t.table).map(x => conn.query(`DELETE FROM "${x}" CASCADE`)));
 | 
			
		||||
		for (const table of tables) {
 | 
			
		||||
			await conn.query(`DELETE FROM "${table.table}" CASCADE`);
 | 
			
		||||
		}
 | 
			
		||||
	};
 | 
			
		||||
 | 
			
		||||
	for (let i = 1; i <= 3; i++) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user