mirror of
				https://github.com/lunaisnotaboy/mastodon.git
				synced 2025-10-30 19:45:49 +00:00 
			
		
		
		
	
		
			
	
	
		
			6 lines
		
	
	
		
			143 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
		
		
			
		
	
	
			6 lines
		
	
	
		
			143 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
|  | class AddHideCollectionsToAccounts < ActiveRecord::Migration[5.2] | ||
|  |   def change | ||
|  |     add_column :accounts, :hide_collections, :boolean | ||
|  |   end | ||
|  | end |