discourse-calendar/db/migrate/20250616101944_add_location...

8 lines
187 B
Ruby

# frozen_string_literal: true
class AddLocationToEvent < ActiveRecord::Migration[7.2]
def change
add_column :discourse_post_event_events, :location, :string, limit: 1000
end
end