Sha256: 93f32bcefda4f0094d981f402a0dc522bf90b972f752baec3f3f1a167733dcfc
Contents?: true
Size: 158 Bytes
Versions: 2
Compression:
Stored size: 158 Bytes
Contents
class CreateAuditorTables < ActiveRecord::Migration def self.up SCHEMA_AUTO_INSERTED_HERE end def self.down drop_table :auditor_logs end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
request-auditor-0.0.3 | lib/rails/generators/auditor/templates/migration.rb |
request-auditor-0.0.1 | lib/rails/generators/auditor/templates/migration.rb |