Skip to content

Commit 9be24c4

Browse files
committed
delete unused tables
1 parent e0cfce0 commit 9be24c4

File tree

2 files changed

+9
-13
lines changed

2 files changed

+9
-13
lines changed

app/models/country.rb

Lines changed: 0 additions & 13 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
class Deleteorphantables < ActiveRecord::Migration
2+
def up
3+
drop_table :countries
4+
drop_table :network_experts
5+
end
6+
7+
def down
8+
end
9+
end

0 commit comments

Comments
 (0)