Files
kondiplo_front/db/migrate/20260218134459_add_phase_to_board_proposals.rb
kontei bb9ec2df1d
Some checks failed
CI / scan_ruby (push) Has been cancelled
CI / scan_js (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled
CI / system-test (push) Has been cancelled
掲示板実装
2026-02-19 22:30:59 +09:00

6 lines
134 B
Ruby

class AddPhaseToBoardProposals < ActiveRecord::Migration[8.1]
def change
add_column :board_proposals, :phase, :string
end
end