mirror of
				https://git.tt-rss.org/fox/tt-rss.git
				synced 2025-10-31 11:51:17 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			188 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			188 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
| alter table ttrss_feeds add column last_update_started timestamp;
 | |
| alter table ttrss_feeds alter column last_update_started set default null;
 | |
| 
 | |
| update ttrss_version set schema_version = 30;
 |