Tidy up homepage and navigation
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class RemoveProjectIdFromEvents < ActiveRecord::Migration[8.1]
|
||||
def change
|
||||
remove_reference :events, :project, null: false, foreign_key: true
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user