aboutsummaryrefslogtreecommitdiffstats
path: root/db
diff options
context:
space:
mode:
authorLuc Donnet2012-03-01 09:33:45 +0100
committerLuc Donnet2012-03-01 09:33:45 +0100
commita3c86f6713d87f9b8bb3e2164a9ae32ccd11b005 (patch)
tree15e38365be8aa9c1a3ff64edb35445dbaa71672d /db
parent1bf6eb00189e124674a70cb7216fb002f12b79ca (diff)
downloadchouette-core-a3c86f6713d87f9b8bb3e2164a9ae32ccd11b005.tar.bz2
Refactor lines index view
Diffstat (limited to 'db')
-rw-r--r--db/schema.rb18
1 files changed, 0 insertions, 18 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 29d57a1df..4b3e892f5 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -31,16 +31,6 @@ ActiveRecord::Schema.define(:version => 20120214101645) do
add_index "company", ["objectid"], :name => "company_objectid_key", :unique => true
add_index "company", ["registrationnumber"], :name => "company_registrationnumber_key", :unique => true
- create_table "geometry_columns", :id => false, :force => true do |t|
- t.string "f_table_catalog", :limit => 256, :null => false
- t.string "f_table_schema", :limit => 256, :null => false
- t.string "f_table_name", :limit => 256, :null => false
- t.string "f_geometry_column", :limit => 256, :null => false
- t.integer "coord_dimension", :null => false
- t.integer "srid", :null => false
- t.string "type", :limit => 30, :null => false
- end
-
create_table "line", :force => true do |t|
t.integer "ptnetworkid", :limit => 8
t.integer "companyid", :limit => 8
@@ -85,12 +75,4 @@ ActiveRecord::Schema.define(:version => 20120214101645) do
t.datetime "updated_at"
end
- create_table "spatial_ref_sys", :id => false, :force => true do |t|
- t.integer "srid", :null => false
- t.string "auth_name", :limit => 256
- t.integer "auth_srid"
- t.string "srtext", :limit => 2048
- t.string "proj4text", :limit => 2048
- end
-
end