Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:meedan/check-api into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
caiosba committed Apr 3, 2024
2 parents 4b5e9a9 + 5d1295d commit c65ac57
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 c65ac57

Please sign in to comment.