Sha256: 5081af185725eda41c598adbbf50bed82b65d928667105ed1a54bde4d25c46f0
Contents?: true
Size: 241 Bytes
Versions: 11
Compression:
Stored size: 241 Bytes
Contents
module PgMigrate class Migration attr_accessor :name, :ordinal, :created, :production, :filepath def initialize(name, ordinal, filepath) @name = name @ordinal = ordinal @filepath = filepath end end end
Version data entries
11 entries across 11 versions & 1 rubygems