diff options
| author | Michel Etienne | 2012-06-07 14:33:58 +0200 |
|---|---|---|
| committer | Michel Etienne | 2012-06-07 14:33:58 +0200 |
| commit | 71cdcd02c7b9791da85375e5634dadad7a049709 (patch) | |
| tree | 77d488f5bc1017b19147f3bd537cf7a690ca5827 /db | |
| parent | 996ccb5ba44fd7b76d05fb88e461344e80fd9057 (diff) | |
| download | chouette-core-71cdcd02c7b9791da85375e5634dadad7a049709.tar.bz2 | |
synchro migrations
Diffstat (limited to 'db')
| -rw-r--r-- | db/schema.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/schema.rb b/db/schema.rb index 536cdc7d2..bad1719eb 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -296,6 +296,7 @@ ActiveRecord::Schema.define(:version => 20120607064625) do t.datetime "updated_at" t.string "prefix" t.string "projection_type" + t.string "bounding_box", :limit => nil t.string "time_zone" end |
