mirror of
				https://github.com/AppFlowy-IO/AppFlowy.git
				synced 2025-10-31 01:54:37 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			183 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			183 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
| -- Your SQL goes here
 | |
| ALTER TABLE chat_table
 | |
|     ADD COLUMN is_sync BOOLEAN DEFAULT TRUE NOT NULL;
 | |
| ALTER TABLE chat_message_table
 | |
|     ADD COLUMN is_sync BOOLEAN DEFAULT TRUE NOT NULL; | 
