5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2025-03-19 10:38:17 +00:00

Merge branch 'issue-14540' into production.panel.sutty.nl

This commit is contained in:
f 2024-03-26 15:49:06 -03:00
commit 31c2d9c393
No known key found for this signature in database

View file

@ -5,7 +5,7 @@ class AddDefaultToDistributedPressPublisher < ActiveRecord::Migration[6.1]
def up def up
add_column :distributed_press_publishers, :default, :boolean, default: false add_column :distributed_press_publishers, :default, :boolean, default: false
DistributedPressPublisher.last.update(default: true) DistributedPressPublisher.last&.update(default: true)
end end
def down def down