Add a hide_notifications column to mutes
This commit is contained in:
		
							parent
							
								
									2f872fc0aa
								
							
						
					
					
						commit
						df04a52a4d
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		|  | @ -0,0 +1,5 @@ | |||
| class AddHideNotificationsToMute < ActiveRecord::Migration[5.1] | ||||
|   def change | ||||
|     add_column :mutes, :hide_notifications, :boolean, default: false, null: false | ||||
|   end | ||||
| end | ||||
		Loading…
	
		Reference in a new issue