Moved the redmine plugin to a seperate repositiory: http://github.com/fnp/redakcja_re...
[redakcja.git] / redmine / redmine_publications / db / migrate / 003_publications_add_repo_id.rb
diff --git a/redmine/redmine_publications/db/migrate/003_publications_add_repo_id.rb b/redmine/redmine_publications/db/migrate/003_publications_add_repo_id.rb
deleted file mode 100644 (file)
index 8f232c9..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-class PublicationsAddRepoId < ActiveRecord::Migration
-  def self.up
-    add_column :publications, :repository_id, :integer, :null => false, :default => 0
-  end
-
-  def self.down 
-  end
-end