Skip to content
This repository has been archived by the owner on Dec 27, 2020. It is now read-only.

Commit

Permalink
add schema
Browse files Browse the repository at this point in the history
  • Loading branch information
mking committed Aug 2, 2017
1 parent 1f8c9dd commit 1df2691
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
Binary file removed .README.md.swp
Binary file not shown.
2 changes: 2 additions & 0 deletions config/database.yml
Expand Up @@ -3,12 +3,14 @@ development:
encoding: unicode
database: project_development
pool: 5
username: postgres

test: &TEST
adapter: postgresql
encoding: unicode
database: project_test
pool: 5
username: postgres

production:
adapter: postgresql
Expand Down
18 changes: 18 additions & 0 deletions db/schema.rb
@@ -0,0 +1,18 @@
# 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: 0) do

# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"

end

0 comments on commit 1df2691

Please sign in to comment.