Added up and down migration for weekly task data.

This commit is contained in:
Robert Waltemath 2013-06-22 17:35:45 +02:00
parent 2e1a3eb47f
commit ef329b5647
4 changed files with 62 additions and 2 deletions

View file

@ -11,7 +11,7 @@
#
# It's strongly recommended to check this file into your version control system.
ActiveRecord::Schema.define(:version => 20121230142516) do
ActiveRecord::Schema.define(:version => 20130622095040) do
create_table "article_categories", :force => true do |t|
t.string "name", :default => "", :null => false