diff options
| author | Zog | 2018-05-29 10:18:16 +0200 | 
|---|---|---|
| committer | Johan Van Ryseghem | 2018-05-30 16:29:33 +0200 | 
| commit | 3e8d95ac8168205ac9526fb8663459d691d09c30 (patch) | |
| tree | fd2bc220473f4defe30a35668d6b9eead76f00fa /db/migrate/20180528125333_spring_cleanup.rb | |
| parent | 971b267958c3bf78abea332e0af4c46a23679b61 (diff) | |
| download | chouette-core-3e8d95ac8168205ac9526fb8663459d691d09c30.tar.bz2 | |
Refs #6433; Fix specs
Diffstat (limited to 'db/migrate/20180528125333_spring_cleanup.rb')
| -rw-r--r-- | db/migrate/20180528125333_spring_cleanup.rb | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/db/migrate/20180528125333_spring_cleanup.rb b/db/migrate/20180528125333_spring_cleanup.rb new file mode 100644 index 000000000..c2759dc32 --- /dev/null +++ b/db/migrate/20180528125333_spring_cleanup.rb @@ -0,0 +1,5 @@ +class SpringCleanup < ActiveRecord::Migration +  def change +    drop_table :timebands, :journey_frequencies, :vehicle_journey_frequencies, :access_points, :access_links +  end +end | 
