# frozen_string_literal: true class DropMeasurements < ActiveRecord::Migration[6.1] def change drop_table :measurements end end