tags: drop is_locked column.
This column was deprecated in 208b6189. Finish removing it.
This commit is contained in:
5
db/migrate/20220909205433_drop_is_locked_from_tags.rb
Normal file
5
db/migrate/20220909205433_drop_is_locked_from_tags.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class DropIsLockedFromTags < ActiveRecord::Migration[7.0]
|
||||
def change
|
||||
remove_column :tags, :is_locked, :boolean, default: false, null: false
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user