Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
caiosba committed Apr 3, 2024
2 parents f36c49d + 5d1295d commit 3eac255
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class AddLastReceivedTermsEmailAtToUsers < ActiveRecord::Migration[6.1]
def change
add_column :users, :last_received_terms_email_at, :datetime, default: -> { 'CURRENT_TIMESTAMP' }
add_column :users, :last_received_terms_email_at, :datetime
end
end

0 comments on commit 3eac255

Please sign in to comment.