7 lines
123 B
Ruby
7 lines
123 B
Ruby
# typed: true
|
|
class RemoveLiteTrailVersions < ActiveRecord::Migration[7.2]
|
|
def change
|
|
drop_table :versions
|
|
end
|
|
end
|