fix(schema): drop bulk_messages_groupe_instructeurs
This commit is contained in:
parent
4d90b1f662
commit
aa916533f8
2 changed files with 6 additions and 11 deletions
|
@ -0,0 +1,5 @@
|
|||
class DropBulkMessagesGroupeInstructeurs < ActiveRecord::Migration[7.0]
|
||||
def change
|
||||
drop_table :bulk_messages_groupe_instructeurs
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue