Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git-scm.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 90294ce3..c9ec3e8f 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -11,7 +11,7 @@
#
# It's strongly recommended to check this file into your version control system.
-ActiveRecord::Schema.define(:version => 20120423150252) do
+ActiveRecord::Schema.define(:version => 20120925124736) do
create_table "books", :force => true do |t|
t.string "code"
@@ -64,6 +64,7 @@ ActiveRecord::Schema.define(:version => 20120423150252) do
t.integer "version_id"
t.datetime "created_at", :null => false
t.datetime "updated_at", :null => false
+ t.datetime "release_date"
end
create_table "related_items", :force => true do |t|