DEV: Correct ambiguous name (#21189)

This file would do different things depending on whether
Migration::Migration existed beforehand.
This commit is contained in:
Daniel Waterworth 2023-04-20 11:28:08 -05:00 committed by GitHub
parent 0d2f8c1a45
commit a4d51810e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
require "migration/base_dropper"
module Migration
class Migration::TableDropper
class TableDropper
def self.read_only_table(table_name)
BaseDropper.create_readonly_function(table_name)