mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Add rubocop to our build. (#5004)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class AddTrustLevelLockedColumn < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :users, :trust_level_locked, :boolean, { default: false, null: false}
|
||||
add_column :users, :trust_level_locked, :boolean, default: false, null: false
|
||||
|
||||
reversible do |dir|
|
||||
dir.up do
|
||||
|
||||
Reference in New Issue
Block a user