remove versioning

This commit is contained in:
2026-01-23 14:00:18 +01:00
parent 396e649960
commit faf87fe44f
9 changed files with 15 additions and 73 deletions
-1
View File
@@ -4,7 +4,6 @@ class Entry < ApplicationRecord
has_many :suggested_meanings, dependent: :destroy
has_many :comments, as: :commentable, dependent: :destroy
has_many :entry_versions, dependent: :destroy
enum :category, %i[word phrase proper_name title reference other]