mirror of
https://github.com/internetee/registry.git
synced 2025-07-27 21:16:12 +02:00
5 lines
140 B
Ruby
5 lines
140 B
Ruby
class AddBulkActions < ActiveRecord::Migration[6.1]
|
|
def change
|
|
add_column :actions, :bulk_action_id, :integer, default: nil
|
|
end
|
|
end
|