aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Donnet2015-05-20 13:35:13 +0200
committerLuc Donnet2015-05-20 13:35:13 +0200
commit085b483d720116a50571020fed4c4fbcdcf56a07 (patch)
treeef203f953a2e957a3de91dccff0c153b40daa946
parentd54aad9538e9452498c8d5a98628f4af2d9f87c5 (diff)
parent38b8756a0815105cfd91f21b8ee1e6a950f38462 (diff)
downloadchouette-core-085b483d720116a50571020fed4c4fbcdcf56a07.tar.bz2
Merge branch 'rails4' of github.com:afimb/chouette2 into rails4
-rw-r--r--db/migrate/20150226083820_drop_table_exports.rb3
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