Implement SubprojectAddresses in Subprojects

This commit is contained in:
Stefan Tollkühn
2025-07-23 16:33:45 +02:00
parent 53e2dba32d
commit 6d60abee4d
8 changed files with 26 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
class AddSubprojectRelationToSubprojectAddresses < ActiveRecord::Migration[8.0]
def change
add_column :subproject_addresses, :subproject_id, :integer
end
end