diff options
| author | Zog | 2018-05-29 09:51:58 +0200 | 
|---|---|---|
| committer | Zog | 2018-05-29 10:19:14 +0200 | 
| commit | c70d7d68e1b19f6ad4a475069d0fb184b9639715 (patch) | |
| tree | 0f8a1034828fe8bff8cb5c8320bbe5deda4806ae | |
| parent | 1f66366e62357942f1bf0cdefb9c6e656bf3066a (diff) | |
| download | chouette-core-7185-cleanup.tar.bz2 | |
Revert table deletions7185-cleanup
| -rw-r--r-- | db/migrate/20180528125333_spring_cleanup.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/db/migrate/20180528125333_spring_cleanup.rb b/db/migrate/20180528125333_spring_cleanup.rb index a8e85201c..75f4c0c0b 100644 --- a/db/migrate/20180528125333_spring_cleanup.rb +++ b/db/migrate/20180528125333_spring_cleanup.rb @@ -1,6 +1,6 @@  class SpringCleanup < ActiveRecord::Migration    def change -    [:journey_frequencies, :timebands, :access_links, :access_points].each do |t| +    [:journey_frequencies, :timebands].each do |t|        drop_table t      end    end | 
