Tidy up homepage and navigation
This commit is contained in:
5
db/migrate/20251108042208_drop_projects_table.rb
Normal file
5
db/migrate/20251108042208_drop_projects_table.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class DropProjectsTable < ActiveRecord::Migration[8.1]
|
||||
def change
|
||||
drop_table :projects
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user