Skip to content

Commit

Permalink
update:githubaction
Browse files Browse the repository at this point in the history
  • Loading branch information
kaoru-528 committed Oct 27, 2024
1 parent cb15c4a commit 7f31df9
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class AddChecknoAnonymousColumUsers < ActiveRecord::Migration[7.0]
def change
add_column :users, :anonymous, :boolean, default: false, null: false
end
end

0 comments on commit 7f31df9

Please sign in to comment.