diff options
| author | Michel Etienne | 2012-08-09 16:06:45 +0200 |
|---|---|---|
| committer | Michel Etienne | 2012-08-09 16:06:45 +0200 |
| commit | 679d2f40bdb12900cfa4252d5817f4e1251d2922 (patch) | |
| tree | a9435ee534e1df3de42736202a10744c225a5cec /db | |
| parent | 108ccf7273b72b463f901008910ea32799b08a5f (diff) | |
| download | chouette-core-679d2f40bdb12900cfa4252d5817f4e1251d2922.tar.bz2 | |
remove ptnetwork_id
Diffstat (limited to 'db')
| -rw-r--r-- | db/schema.rb | 1 |
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 |
