aboutsummaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorHeiko Bernloehr <Heiko.Bernloehr@FreeIT.de>2012-08-14 23:42:22 +0200
committerHeiko Bernloehr <Heiko.Bernloehr@FreeIT.de>2012-10-15 16:47:05 +0200
commit859a06d797a047d74bc5ff27bf61e7315437a2f6 (patch)
tree7f626c5971f497c07e1181c6d10d1b64bc0988fc /db
parente0555236cd9b8663151ca22e092b904b99d1a8fc (diff)
downloadecs2-859a06d797a047d74bc5ff27bf61e7315437a2f6.tar.gz
ecs2-859a06d797a047d74bc5ff27bf61e7315437a2f6.zip
Changed schema.rb
Diffstat (limited to 'db')
-rw-r--r--db/schema.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/db/schema.rb b/db/schema.rb
index f096724..a8d2fe1 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -101,14 +101,6 @@ ActiveRecord::Schema.define(:version => 20110303145153) do
t.boolean "community_selfrouting", :default => false
end
- create_table "ressource_monitors", :force => true do |t|
- t.integer "lock_version", :default => 0
- t.integer "monitor_counter", :default => 0
- t.string "name"
- t.datetime "created_at"
- t.datetime "updated_at"
- end
-
create_table "ressources", :force => true do |t|
t.string "namespace"
t.string "ressource"