X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=vendor%2Frails%2Factiverecord%2Ftest%2Fmigrations%2Fduplicate_names%2F20080507053028_chunky.rb;fp=vendor%2Frails%2Factiverecord%2Ftest%2Fmigrations%2Fduplicate_names%2F20080507053028_chunky.rb;h=5fe5089e18fc8c970c0d3ebdbc929c72073b9b53;hb=437aa336c44c74a30aeea16a06743c32747ed661;hp=0000000000000000000000000000000000000000;hpb=97a0772b06264134cfe38e7494f9427efe0840a0;p=feedcatcher.git diff --git a/vendor/rails/activerecord/test/migrations/duplicate_names/20080507053028_chunky.rb b/vendor/rails/activerecord/test/migrations/duplicate_names/20080507053028_chunky.rb new file mode 100644 index 0000000..5fe5089 --- /dev/null +++ b/vendor/rails/activerecord/test/migrations/duplicate_names/20080507053028_chunky.rb @@ -0,0 +1,7 @@ +class Chunky < ActiveRecord::Migration + def self.up + end + + def self.down + end +end