mirror of
https://github.com/discourse/discourse.git
synced 2026-07-29 15:54:48 -05:00
DEV: Fix spelling mistakes in DB migrations (#12811)
* spelling: initial * spelling: integer * spelling: irreversible * spelling: mislabeled * spelling: notification * spelling: nullable * spelling: targeted
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
|
||||
class AddAutomaticallyUnpinTopicsToUsers < ActiveRecord::Migration[4.2]
|
||||
def change
|
||||
add_column :users, :automatically_unpin_topics, :boolean, nullabe: false, default: true
|
||||
add_column :users, :automatically_unpin_topics, :boolean, null: false, default: true
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user