Merge branch 'master' into glitch-soc/merge-upstream
Conflicts: - `app/javascript/packs/public.js`: Upstream modified code that we split between multiple files due to glitch-soc's theming system. Ported those changes.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class AddStatusIdsToAnnouncements < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :announcements, :status_ids, :bigint, array: true
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user