Sha256: 5085ecf794c5e6a2a16ef57faac03b4069c4da54869a88fe60f9e112aa798853

Contents?: true

Size: 202 Bytes

Versions: 5

Compression:

Stored size: 202 Bytes

Contents

module SqlMigrations
  class Fixture < SqlScript

    def self.find(db_name)
      super(db_name, :fixture)
    end

    def to_s
      "Fixture #{@name}, datetime: #{@date + @time}"
    end

  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
sql_migrations-2.1.0.pre2 lib/sql_migrations/fixture.rb
sql_migrations-2.1.0.pre1 lib/sql_migrations/fixture.rb
sql_migrations-2.0.0 lib/sql_migrations/fixture.rb
sql_migrations-1.1.0 lib/sql_migrations/fixture.rb
sql_migrations-1.0.0 lib/sql_migrations/fixture.rb