Skip to content
This repository has been archived by the owner on Aug 15, 2018. It is now read-only.

Commit

Permalink
merged jamescook's publish at feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Adams committed Dec 26, 2008
1 parent 43cf2f5 commit 70a9da8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion db/schema.rb
Expand Up @@ -9,7 +9,7 @@
#
# It's strongly recommended to check this file into your version control system.

ActiveRecord::Schema.define(:version => 20081223022630) do
ActiveRecord::Schema.define(:version => 20081226000031) do

create_table "ansuz_themes", :force => true do |t|
t.string "name"
Expand Down Expand Up @@ -177,8 +177,10 @@
t.boolean "linked", :default => true
t.boolean "show_sub_menu", :default => false
t.string "status"
t.datetime "publish_at"
end

add_index "pages", ["publish_at"], :name => "index_pages_on_publish_at"
add_index "pages", ["published"], :name => "index_pages_on_published"
add_index "pages", ["status"], :name => "index_pages_on_status"

Expand Down

0 comments on commit 70a9da8

Please sign in to comment.