mirror of
				https://github.com/zoriya/Kyoo.git
				synced 2025-10-29 17:52:41 -04: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;
 |