Sha256: 7feeeb8c752f94581b6b1715dff8357417f1fb3f1eae3b453fd4522186b059ad
Contents?: true
Size: 184 Bytes
Versions: 94
Compression:
Stored size: 184 Bytes
Contents
# frozen_string_literal: true class AddHashtagToInitiatives < ActiveRecord::Migration[5.1] def change add_column :decidim_initiatives, :hashtag, :string, unique: true end end
Version data entries
94 entries across 94 versions & 1 rubygems