add comments on entries

This commit is contained in:
2026-01-23 21:55:54 +01:00
parent b3726e0777
commit 9a814f1aa1
15 changed files with 270 additions and 2 deletions
@@ -0,0 +1,5 @@
class AddLanguageCodeToComments < ActiveRecord::Migration[8.1]
def change
add_column :comments, :language_code, :string
end
end