Sha256: ee847ea2e4d2faff28ef85af5c86d7f3200560066866f504d192035f8ccb9c01
Contents?: true
Size: 201 Bytes
Versions: 2
Compression:
Stored size: 201 Bytes
Contents
class TenantCredereTables < ActiveRecord::Migration[5.2] def change # add a tenant column to credere accounts table. add_column :credere_accounts, :tenant_id, :integer, index: true end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
credere-0.10.3 | lib/generators/credere/templates/tenant_migration.rb |
credere-0.10.2 | lib/generators/credere/templates/tenant_migration.rb |