cartodb-4.29/db/migrate/20150505103504_new_dashboard_for_everybody.rb
2020-06-15 10:58:47 +08:00

10 lines
248 B
Ruby

class NewDashboardForEverybody < Sequel::Migration
def up
# WARNING: this migration was buggy and therefore is deprecated.
# It cannot be simply deleted because it would affect instances that already
# run this migration.
end
end