fix attribute name conflict, add seeds from original document

This commit is contained in:
2026-01-22 14:40:31 +01:00
parent c2436fab13
commit 5674e6b21a
6 changed files with 86 additions and 23 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
class CreateEntries < ActiveRecord::Migration[8.1]
def change
create_table :entries do |t|
t.integer :category, null: false
t.integer :category, null: false, default: 0
t.string :fi
t.string :en
t.string :sv