Skip to content

Commit

Permalink
remove accidental indentation on up
Browse files Browse the repository at this point in the history
  • Loading branch information
yuenmichelle1 committed Feb 21, 2024
1 parent 3aad5ed commit ce5cbee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrate/20240216142515_add_tsv_to_user_groups.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class AddTsvToUserGroups < ActiveRecord::Migration[6.1]
def up
add_column :user_groups, :tsv, :tsvector
add_column :user_groups, :tsv, :tsvector
end

def down
Expand Down

0 comments on commit ce5cbee

Please sign in to comment.