mirror of
				https://git.tt-rss.org/fox/tt-rss.git
				synced 2025-10-31 11:51:17 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			130 B
		
	
	
	
		
			PL/PgSQL
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			130 B
		
	
	
	
		
			PL/PgSQL
		
	
	
	
	
	
| BEGIN;
 | |
| 
 | |
| ALTER TABLE ttrss_filters2_rules ALTER COLUMN reg_exp TYPE text;
 | |
| 
 | |
| UPDATE ttrss_version SET schema_version = 134;
 | |
| 
 | |
| COMMIT;
 |