diff options
author | Philip Arndt <parndt@gmail.com> | 2011-09-02 13:06:38 +1200 |
---|---|---|
committer | Philip Arndt <parndt@gmail.com> | 2011-09-02 13:06:38 +1200 |
commit | 177927497131abc1e860e381e0139cab0a8c60d6 (patch) | |
tree | 370a6a5e530fd91b190240c559325cac9c68b766 /spec | |
parent | 05bc8bc962222e6bff208798c64c3bf70e6862be (diff) | |
download | refinerycms-blog-177927497131abc1e860e381e0139cab0a8c60d6.tar.gz refinerycms-blog-177927497131abc1e860e381e0139cab0a8c60d6.tar.bz2 refinerycms-blog-177927497131abc1e860e381e0139cab0a8c60d6.zip |
Added sqlite3, pg, mysql2 to the Gemfile and added Jamie to the notifications list for TRavis.
Diffstat (limited to 'spec')
-rw-r--r-- | spec/dummy/db/schema.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/dummy/db/schema.rb b/spec/dummy/db/schema.rb index 3d96369..afb4ec6 100644 --- a/spec/dummy/db/schema.rb +++ b/spec/dummy/db/schema.rb @@ -1,3 +1,4 @@ +# encoding: UTF-8 # This file is auto-generated from the current state of the database. Instead # of editing this file, please use the migrations feature of Active Record to # incrementally modify your database, and then regenerate this schema definition. |