mirror of
				https://github.com/zoriya/Kyoo.git
				synced 2025-11-04 03:27:14 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			139 B
		
	
	
	
		
			PL/PgSQL
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			139 B
		
	
	
	
		
			PL/PgSQL
		
	
	
	
	
	
begin;
 | 
						|
 | 
						|
drop table info;
 | 
						|
drop table videos;
 | 
						|
drop table audios;
 | 
						|
drop table subtitles;
 | 
						|
drop table chapters;
 | 
						|
drop type chapter_type;
 | 
						|
 | 
						|
commit;
 |