Added projects
This commit is contained in:
parent
0964187f22
commit
8b4ffb83ec
37 changed files with 470 additions and 1935 deletions
5
db/migrate/20241124183406_add_project_to_reports.rb
Normal file
5
db/migrate/20241124183406_add_project_to_reports.rb
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
class AddProjectToReports < ActiveRecord::Migration[8.0]
|
||||
def change
|
||||
add_reference :reports, :project, null: true, foreign_key: true
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue