2
0

Add missing NOT NULL requirement to small, indexed, valid data tables (#33284)

This commit is contained in:
Matt Jankowski
2024-12-13 19:16:03 -05:00
committed by GitHub
parent 4130bda12e
commit efc85e39a0
19 changed files with 198 additions and 33 deletions

View File

@@ -5,9 +5,9 @@
# Table name: account_deletion_requests
#
# id :bigint(8) not null, primary key
# account_id :bigint(8)
# created_at :datetime not null
# updated_at :datetime not null
# account_id :bigint(8) not null
#
class AccountDeletionRequest < ApplicationRecord
DELAY_TO_DELETION = 30.days.freeze