This commit is contained in:
2026-04-26 17:33:26 +09:00
parent e3780e2982
commit c4f5df8b44
6 changed files with 51 additions and 31 deletions
@@ -27,7 +27,7 @@ class CreateWikiVersions < ActiveRecord::Migration[8.0]
add_column :wiki_pages, :body, :text, after: :tag_name_id
create_table :wiki_versions do |t|
t.references :wiki_page , null: false, foreign_key: true
t.references :wiki_page, null: false, foreign_key: true
t.integer :version_no, null: false
t.string :event_type, null: false
t.string :title, null: false