Sha256: 031fef9e9b64eb1902d5a665e6095838e0d0317cfa748e50a68b9047477112b5
Contents?: true
Size: 277 Bytes
Versions: 8
Compression:
Stored size: 277 Bytes
Contents
# frozen_string_literal: true class CreateDecidimActionDelegatorDelegations < ActiveRecord::Migration[5.2] def change create_table :decidim_action_delegator_delegations do |t| t.belongs_to :granter t.belongs_to :grantee t.timestamps end end end
Version data entries
8 entries across 8 versions & 1 rubygems