aboutsummaryrefslogtreecommitdiffstats
path: root/db
diff options
context:
space:
mode:
authorLuc Donnet2013-02-28 17:59:06 +0100
committerLuc Donnet2013-02-28 17:59:06 +0100
commit3f48aa4e80359eb84e16e0298d14da49c7c1e40a (patch)
tree47a40dce85eefa644a5a1d7f6f46b76c53ce7836 /db
parentced4e122d9204e0e507f0a34c53f978c4d73c45d (diff)
downloadchouette-core-3f48aa4e80359eb84e16e0298d14da49c7c1e40a.tar.bz2
Fix gem versions for ninoxe and apartment
Diffstat (limited to 'db')
-rw-r--r--db/schema.rb47
1 files changed, 33 insertions, 14 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 2b372d0b4..22203c823 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -123,8 +123,8 @@ ActiveRecord::Schema.define(:version => 20130207123618) do
t.datetime "failed_at"
t.string "locked_by"
t.string "queue"
- t.datetime "created_at", :null => false
- t.datetime "updated_at", :null => false
+ t.datetime "created_at"
+ t.datetime "updated_at"
end
add_index "delayed_jobs", ["priority", "run_at"], :name => "delayed_jobs_priority"
@@ -135,8 +135,8 @@ ActiveRecord::Schema.define(:version => 20130207123618) do
t.string "arguments", :limit => 1000
t.integer "position"
t.string "severity"
- t.datetime "created_at", :null => false
- t.datetime "updated_at", :null => false
+ t.datetime "created_at"
+ t.datetime "updated_at"
end
add_index "export_log_messages", ["export_id"], :name => "index_export_log_messages_on_export_id"
@@ -146,8 +146,8 @@ ActiveRecord::Schema.define(:version => 20130207123618) do
t.string "status"
t.string "type"
t.string "options"
- t.datetime "created_at", :null => false
- t.datetime "updated_at", :null => false
+ t.datetime "created_at"
+ t.datetime "updated_at"
t.string "references_type"
t.string "reference_ids"
end
@@ -207,6 +207,16 @@ ActiveRecord::Schema.define(:version => 20130207123618) do
t.integer "organisation_id"
end
+ 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 "group_of_lines", :force => true do |t|
t.string "objectid", :null => false
t.integer "object_version"
@@ -229,8 +239,8 @@ ActiveRecord::Schema.define(:version => 20130207123618) do
t.string "arguments", :limit => 1000
t.integer "position"
t.string "severity"
- t.datetime "created_at", :null => false
- t.datetime "updated_at", :null => false
+ t.datetime "created_at"
+ t.datetime "updated_at"
end
add_index "import_log_messages", ["import_id"], :name => "index_import_log_messages_on_import_id"
@@ -238,8 +248,8 @@ ActiveRecord::Schema.define(:version => 20130207123618) do
create_table "imports", :force => true do |t|
t.integer "referential_id"
t.string "status"
- t.datetime "created_at", :null => false
- t.datetime "updated_at", :null => false
+ t.datetime "created_at"
+ t.datetime "updated_at"
t.string "type"
t.string "options"
t.string "file_type"
@@ -332,11 +342,12 @@ ActiveRecord::Schema.define(:version => 20130207123618) do
create_table "referentials", :force => true do |t|
t.string "name"
t.string "slug"
- t.datetime "created_at", :null => false
- t.datetime "updated_at", :null => false
+ t.datetime "created_at"
+ t.datetime "updated_at"
t.string "prefix"
t.string "projection_type"
t.string "time_zone"
+ t.string "the_geom"
t.string "bounds"
t.integer "organisation_id"
end
@@ -363,6 +374,14 @@ ActiveRecord::Schema.define(:version => 20130207123618) do
t.integer "line_id", :limit => 8
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
+
create_table "stop_areas", :force => true do |t|
t.integer "parent_id", :limit => 8
t.string "objectid", :null => false
@@ -467,8 +486,8 @@ ActiveRecord::Schema.define(:version => 20130207123618) do
t.datetime "last_sign_in_at"
t.string "current_sign_in_ip"
t.string "last_sign_in_ip"
- t.datetime "created_at", :null => false
- t.datetime "updated_at", :null => false
+ t.datetime "created_at"
+ t.datetime "updated_at"
t.integer "organisation_id"
t.string "name"
t.string "confirmation_token"