mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 03:16:41 +08:00
Missing require.
This commit is contained in:
parent
2070edf889
commit
ee42a53436
|
@ -1,3 +1,5 @@
|
||||||
|
require 'migration/column_dropper'
|
||||||
|
|
||||||
class DropGroupLockedTrustLevelFromUser < ActiveRecord::Migration[5.2]
|
class DropGroupLockedTrustLevelFromUser < ActiveRecord::Migration[5.2]
|
||||||
def up
|
def up
|
||||||
Migration::ColumnDropper.execute_drop(:posts, %i{group_locked_trust_level})
|
Migration::ColumnDropper.execute_drop(:posts, %i{group_locked_trust_level})
|
||||||
|
|
Loading…
Reference in New Issue
Block a user