7 changed files with 29 additions and 5 deletions
@ -0,0 +1,7 @@
|
||||
class ChangeDpoToAttribute < ActiveRecord::Migration[7.0] |
||||
def change |
||||
change_table :users, bulk: true do |t| |
||||
t.column :is_dpo, :boolean, default: false |
||||
end |
||||
end |
||||
end |
Loading…
Reference in new issue