Sha256: b02d71ce17e69f259766789436adf794efe0a21165f3934d3cab3d262f619465
Contents?: true
Size: 305 Bytes
Versions: 25
Compression:
Stored size: 305 Bytes
Contents
# frozen_string_literal: true class AddGeolocalizationFieldsToProjects < ActiveRecord::Migration[6.1] def change add_column :decidim_budgets_projects, :address, :text add_column :decidim_budgets_projects, :latitude, :float add_column :decidim_budgets_projects, :longitude, :float end end
Version data entries
25 entries across 25 versions & 1 rubygems