aboutsummaryrefslogtreecommitdiffstats
path: root/db
diff options
context:
space:
mode:
authorMichel Etienne2012-08-09 16:06:45 +0200
committerMichel Etienne2012-08-09 16:06:45 +0200
commit679d2f40bdb12900cfa4252d5817f4e1251d2922 (patch)
treea9435ee534e1df3de42736202a10744c225a5cec /db
parent108ccf7273b72b463f901008910ea32799b08a5f (diff)
downloadchouette-core-679d2f40bdb12900cfa4252d5817f4e1251d2922.tar.bz2
remove ptnetwork_id
Diffstat (limited to 'db')
-rw-r--r--db/schema.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 9ad02e4db..26e881fba 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -281,7 +281,6 @@ ActiveRecord::Schema.define(:version => 20120620081755) do
t.string "comment"
t.boolean "mobility_restricted_suitability"
t.integer "int_user_needs"
- t.integer "ptnetwork_id", :limit => 8
end
add_index "lines", ["objectid"], :name => "lines_objectid_key", :unique => true