aboutsummaryrefslogtreecommitdiffstats
path: root/db/schema.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/db/schema.rb b/db/schema.rb
index b121c20..7ef62f9 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -11,14 +11,15 @@
#
# It's strongly recommended to check this file into your version control system.
-ActiveRecord::Schema.define(:version => 20130611193621) do
+ActiveRecord::Schema.define(:version => 20131223174901) do
create_table "refinery_blog_categories", :force => true do |t|
t.string "title"
- t.datetime "created_at", :null => false
- t.datetime "updated_at", :null => false
+ t.datetime "created_at", :null => false
+ t.datetime "updated_at", :null => false
t.string "cached_slug"
t.string "slug"
+ t.integer "sidebar_position", :default => 0
end
add_index "refinery_blog_categories", ["id"], :name => "index_refinery_blog_categories_on_id"