Sha256: b02efe6e620b3f36da0e5ad88f30c38adcad31100a1d7d760c211dcf0b91088d

Contents?: true

Size: 402 Bytes

Versions: 1

Compression:

Stored size: 402 Bytes

Contents

Description:
	The audited migration generator creates a migration to update the audits table to allow for audit comments. It should only be used if upgrading acts_as_audited from a version which does not permit audit comments

Example:
    ./script/generate audited_migration_upgrade update_audits_table

    This will create a migration in db/migrate/.  Run "rake db:migrate" to update your database.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ericperko-acts_as_audited-1.1.2 generators/audited_migration_update/USAGE