Moved the redmine plugin to a seperate repositiory: http://github.com/fnp/redakcja_re...
[redakcja.git] / redmine / redmine_publications / db / migrate / 004_publications_add_name.rb
diff --git a/redmine/redmine_publications/db/migrate/004_publications_add_name.rb b/redmine/redmine_publications/db/migrate/004_publications_add_name.rb
deleted file mode 100644 (file)
index 6b5bac6..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-class PublicationsAddName < ActiveRecord::Migration
-  def self.up
-    add_column :publications, :name, :string
-  end
-
-  def self.down 
-  end
-end