diff options
| author | Luc Donnet | 2015-05-20 13:35:13 +0200 |
|---|---|---|
| committer | Luc Donnet | 2015-05-20 13:35:13 +0200 |
| commit | 085b483d720116a50571020fed4c4fbcdcf56a07 (patch) | |
| tree | ef203f953a2e957a3de91dccff0c153b40daa946 | |
| parent | d54aad9538e9452498c8d5a98628f4af2d9f87c5 (diff) | |
| parent | 38b8756a0815105cfd91f21b8ee1e6a950f38462 (diff) | |
| download | chouette-core-085b483d720116a50571020fed4c4fbcdcf56a07.tar.bz2 | |
Merge branch 'rails4' of github.com:afimb/chouette2 into rails4
| -rw-r--r-- | db/migrate/20150226083820_drop_table_exports.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/db/migrate/20150226083820_drop_table_exports.rb b/db/migrate/20150226083820_drop_table_exports.rb index f5b31cf34..62cde06c7 100644 --- a/db/migrate/20150226083820_drop_table_exports.rb +++ b/db/migrate/20150226083820_drop_table_exports.rb @@ -1,5 +1,6 @@ class DropTableExports < ActiveRecord::Migration def change - drop_table :exports + # To be discuted + # drop_table :exports end end |
