cartodb-4.42/db/migrate/20150505103504_new_dashboard_for_everybody.rb
2024-04-06 05:25:13 +00: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