DEV: Correct ambiguous name (#21189)
This file would do different things depending on whether Migration::Migration existed beforehand.
This commit is contained in:
parent
0d2f8c1a45
commit
a4d51810e2
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue