summaryrefslogtreecommitdiff
path: root/db/migrate/20130324151736_add_type_to_snippets.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20130324151736_add_type_to_snippets.rb')
-rw-r--r--db/migrate/20130324151736_add_type_to_snippets.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/db/migrate/20130324151736_add_type_to_snippets.rb b/db/migrate/20130324151736_add_type_to_snippets.rb
deleted file mode 100644
index 276aab2ca15..00000000000
--- a/db/migrate/20130324151736_add_type_to_snippets.rb
+++ /dev/null
@@ -1,5 +0,0 @@
-class AddTypeToSnippets < ActiveRecord::Migration
- def change
- add_column :snippets, :type, :string
- end
-end