Files
kondiplo_front/db/migrate/20260212061627_add_draw_votes_to_turns.rb
kontei f25fd6f802
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-15 14:57:17 +09:00

6 lines
122 B
Ruby

class AddDrawVotesToTurns < ActiveRecord::Migration[8.1]
def change
add_column :turns, :draw_votes, :json
end
end