Sha256: 2a1a2de5aec4d01d34c40791702aad3e2ba976b2fc6f4dd97f62bfb6d4c5c1e9
Contents?: true
Size: 297 Bytes
Versions: 30
Compression:
Stored size: 297 Bytes
Contents
class InstallPgAuditLog < ActiveRecord::Migration def self.up PgAuditLog::Entry.install PgAuditLog::Function.install PgAuditLog::Triggers.install end def self.down PgAuditLog::Triggers.uninstall PgAuditLog::Function.uninstall PgAuditLog::Entry.uninstall end end
Version data entries
30 entries across 30 versions & 1 rubygems