automation and view updates
This commit is contained in:
@@ -10,6 +10,7 @@ class CreateMembers < ActiveRecord::Migration[7.2]
|
||||
t.string :coverage_class
|
||||
t.string :division
|
||||
t.string :dental_plan_key
|
||||
t.text :dependents
|
||||
t.belongs_to :employer, foreign_key: true
|
||||
t.belongs_to :id_card_plan, null: true, foreign_key: true
|
||||
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
class AddDependentsToMember < ActiveRecord::Migration[7.2]
|
||||
def change
|
||||
add_column :members, :dependents, :text
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user