6 lines
174 B
6 lines
174 B
2 years ago
|
class DropDataSharingAdreementTable < ActiveRecord::Migration[7.0]
|
||
|
def change
|
||
|
drop_table :data_sharing_agreements # rubocop:disable Rails/ReversibleMigration
|
||
|
end
|
||
|
end
|