aboutsummaryrefslogtreecommitdiffstats
path: root/db/schema.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb12
1 files changed, 11 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index f6327e3b7..00f4aa68c 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
-ActiveRecord::Schema.define(version: 20170213135212) do
+ActiveRecord::Schema.define(version: 20170214172517) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@@ -701,6 +701,16 @@ ActiveRecord::Schema.define(version: 20170213135212) do
t.datetime "updated_at"
end
+ create_table "translations", force: true do |t|
+ t.string "locale"
+ t.string "key"
+ t.text "value"
+ t.text "interpolations"
+ t.boolean "is_proc", default: false
+ t.datetime "created_at"
+ t.datetime "updated_at"
+ end
+
create_table "users", force: true do |t|
t.string "email", default: "", null: false
t.string "encrypted_password", default: ""