aboutsummaryrefslogtreecommitdiffstats
path: root/db/migrate/20180528125333_spring_cleanup.rb
diff options
context:
space:
mode:
authorZog2018-05-29 10:18:16 +0200
committerJohan Van Ryseghem2018-05-30 16:29:33 +0200
commit3e8d95ac8168205ac9526fb8663459d691d09c30 (patch)
treefd2bc220473f4defe30a35668d6b9eead76f00fa /db/migrate/20180528125333_spring_cleanup.rb
parent971b267958c3bf78abea332e0af4c46a23679b61 (diff)
downloadchouette-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.rb5
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