Implement SubprojectAddresses in Subprojects
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddSubprojectRelationToSubprojectAddresses < ActiveRecord::Migration[8.0]
|
||||
def change
|
||||
add_column :subproject_addresses, :subproject_id, :integer
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user