Changeset 124
- Timestamp:
- 08/03/08 16:13:52 (4 months ago)
- Location:
- trunk
- Files:
-
- 3 modified
-
CHANGELOG.txt (modified) (1 diff)
-
LICENSE.txt (modified) (1 diff)
-
db/schema.rb (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/CHANGELOG.txt
r121 r124 1 1 2 2 SVN 3 4 * Update to Capistrano 2.4.3 3 5 4 6 * Add Recipe versioning with version_fu. Provided by Mathias Meyer -
trunk/LICENSE.txt
r1 r124 3 3 4 4 /* 5 * Copyright (c) 2007 Jonathan Weiss <jw@innerewut.de>5 * Copyright (c) 2007-2008 Jonathan Weiss <jw@innerewut.de> 6 6 * 7 7 * Permission to use, copy, modify, and distribute this software for any -
trunk/db/schema.rb
r121 r124 10 10 # It's strongly recommended to check this file into your version control system. 11 11 12 ActiveRecord::Schema.define(:version => 2008062120 3016) do12 ActiveRecord::Schema.define(:version => 20080621205235) do 13 13 14 14 create_table "configuration_parameters", :force => true do |t| … … 75 75 t.datetime "created_at" 76 76 t.datetime "updated_at" 77 t.integer "version", :limit => 11, :default => 1 77 78 end 78 79
