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

Version Path
decidim-action_delegator-0.8.1 db/migrate/20200729194540_create_decidim_action_delegator_delegations.rb
decidim-action_delegator-0.7.2 db/migrate/20200729194540_create_decidim_action_delegator_delegations.rb
decidim-action_delegator-0.7.1 db/migrate/20200729194540_create_decidim_action_delegator_delegations.rb
decidim-action_delegator-0.7.0 db/migrate/20200729194540_create_decidim_action_delegator_delegations.rb
decidim-action_delegator-0.6.0 db/migrate/20200729194540_create_decidim_action_delegator_delegations.rb
decidim-action_delegator-0.5.0 db/migrate/20200729194540_create_decidim_action_delegator_delegations.rb
decidim-action_delegator-0.4.1 db/migrate/20200729194540_create_decidim_action_delegator_delegations.rb
decidim-action_delegator-0.4 db/migrate/20200729194540_create_decidim_action_delegator_delegations.rb