Moved the redmine plugin to a seperate repositiory: http://github.com/fnp/redakcja_re...
[redakcja.git] / redmine / redmine_publications / db / migrate / 001_create_publications.rb
diff --git a/redmine/redmine_publications/db/migrate/001_create_publications.rb b/redmine/redmine_publications/db/migrate/001_create_publications.rb
deleted file mode 100644 (file)
index f9d93ef..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-class CreatePublications < ActiveRecord::Migration
-  def self.up
-    create_table :publications do |t|
-      t.column :source_file, :string, :null => false
-    end
-  end
-
-  def self.down
-    drop_table :publications
-  end
-end