Skip to content

Commit

Permalink
Update history.
Browse files Browse the repository at this point in the history
  • Loading branch information
seancribbs committed Jul 27, 2008
1 parent 6dddd6c commit 5e2a840
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG
@@ -1,6 +1,7 @@
== Change Log

=== Edge
=== 0.6.8 Incise
* Fix bug with FileNotFoundPage subclasses and draft status. [cradle]
* Update radiant:freeze:edge task to support BRANCH, TAG, and REVISION. [John
Muhl]
* Update to Haml 2.0.1. [Jim Gay]
Expand Down
3 changes: 2 additions & 1 deletion CONTRIBUTORS
Expand Up @@ -4,7 +4,8 @@
The following people have submitted changes which have been applied to the
core:

=== Edge
=== 0.6.8 Incise
* cradle
* Tim Gossett
* John Muhl
* Josh French
Expand Down
2 changes: 1 addition & 1 deletion db/schema.rb
Expand Up @@ -67,8 +67,8 @@
t.datetime "updated_at"
end

add_index "sessions", ["session_id"], :name => "index_sessions_on_session_id"
add_index "sessions", ["updated_at"], :name => "index_sessions_on_updated_at"
add_index "sessions", ["session_id"], :name => "index_sessions_on_session_id"

create_table "snippets", :force => true do |t|
t.string "name", :limit => 100, :default => "", :null => false
Expand Down

0 comments on commit 5e2a840

Please sign in to comment.