mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-04 08:08:55 +01:00 
			
		
		
		
	Migrate Migrate Manga screen to Compose (#7045)
* Migrate Migrate Manga screen to Compose * Changes from review comments
This commit is contained in:
		@@ -36,4 +36,10 @@ source,
 | 
			
		||||
count(*)
 | 
			
		||||
FROM mangas
 | 
			
		||||
WHERE favorite = 1
 | 
			
		||||
GROUP BY source;
 | 
			
		||||
GROUP BY source;
 | 
			
		||||
 | 
			
		||||
getFavoriteBySourceId:
 | 
			
		||||
SELECT *
 | 
			
		||||
FROM mangas
 | 
			
		||||
WHERE favorite = 1
 | 
			
		||||
AND source = :sourceId;
 | 
			
		||||
		Reference in New Issue
	
	Block a user