mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 16:59:41 +00:00
Merge commit '04492e7f934d07f8e89fa9c3d4fe3381f251e8a2' into glitch-soc/merge-upstream
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class AddNotificationSentAtToAnnouncements < ActiveRecord::Migration[8.0]
|
||||
def change
|
||||
add_column :announcements, :notification_sent_at, :datetime
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user