]> git.openstreetmap.org Git - rails.git/commit
Add earliest allowed deletion time to user model
authorAnton Khorev <tony29@yandex.ru>
Tue, 24 Oct 2023 17:42:23 +0000 (20:42 +0300)
committerAnton Khorev <tony29@yandex.ru>
Wed, 22 Nov 2023 14:02:48 +0000 (17:02 +0300)
commita8aaf62e629f0c67b938b6c27657a225364d3c39
tree66839e9039f888b12739fc60337074a082dfa80b
parent91a4fd6b5ab7a077211a7608248b3878f226d405
Add earliest allowed deletion time to user model
.rubocop_todo.yml
app/models/changeset.rb
app/models/user.rb
db/migrate/20231117170422_add_closed_at_index_to_changesets.rb [new file with mode: 0644]
db/structure.sql
test/models/user_test.rb