aboutsummaryrefslogtreecommitdiff
path: root/db/migrate/20201006140511_create_resources.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20201006140511_create_resources.rb')
-rw-r--r--db/migrate/20201006140511_create_resources.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/db/migrate/20201006140511_create_resources.rb b/db/migrate/20201006140511_create_resources.rb
index 761d5bc..c179087 100644
--- a/db/migrate/20201006140511_create_resources.rb
+++ b/db/migrate/20201006140511_create_resources.rb
@@ -8,6 +8,5 @@ class CreateResources < ActiveRecord::Migration[6.0]
t.timestamps
end
add_index :resources, [:uuid], unique: true
- add_index :resources, [:agent_id]
end
end