Sha256: ab027794aad8c1dcb6e864381edea1e282b1ac903ad4ebd774109c608a121dc5

Contents?: true

Size: 1.17 KB

Versions: 13

Compression:

Stored size: 1.17 KB

Contents

# 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.
#
# Note that this schema.rb definition is the authoritative source for your
# database schema. If you need to create the application database on another
# system, you should be using db:schema:load, not running all the migrations
# from scratch. The latter is a flawed and unsustainable approach (the more migrations
# you'll amass, the slower it'll run and the greater likelihood for issues).
#
# It's strongly recommended that you check this file into your version control system.

ActiveRecord::Schema.define(version: 20131112155848) do

  create_table "i18nline_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

  add_index "i18nline_translations", ["locale", "key"], name: "index_i18nline_translations_on_locale_and_key", unique: true

end

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
i18nline-0.0.15.alpha test/dummy/db/schema.rb
i18nline-0.0.14.alpha test/dummy/db/schema.rb
i18nline-0.0.12.alpha test/dummy/db/schema.rb
i18nline-0.0.11.alpha test/dummy/db/schema.rb
i18nline-0.0.10.alpha test/dummy/db/schema.rb
i18nline-0.0.8.alpha test/dummy/db/schema.rb
i18nline-0.0.7.alpha test/dummy/db/schema.rb
i18nline-0.0.6.alpha test/dummy/db/schema.rb
i18nline-rails-0.0.5.alpha test/dummy/db/schema.rb
i18nline-0.0.5.alpha test/dummy/db/schema.rb
i18nline-0.0.4.alpha test/dummy/db/schema.rb
i18nline-0.0.3.alpha test/dummy/db/schema.rb
i18nline-0.0.2.alpha test/dummy/db/schema.rb