diff options
| author | Rosemary Sanchez <rsanchez@madebyuppercut.com> | 2013-07-19 15:28:00 -0600 |
|---|---|---|
| committer | Rosemary Sanchez <rsanchez@madebyuppercut.com> | 2013-07-19 15:28:00 -0600 |
| commit | 1e6228482364d72a667db69479ef90958d1d787e (patch) | |
| tree | 3842c34f93c05469bdf05c14ea335bd521ba3ffb /db | |
| parent | c2156d0da03d5a2fb6383c1a1ad411a2de230e9b (diff) | |
Update test for sign up controller.
Diffstat (limited to 'db')
| -rw-r--r-- | db/schema.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/db/schema.rb b/db/schema.rb index 56feeb7..19cb362 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -13,9 +13,6 @@ ActiveRecord::Schema.define(version: 20130719165834) do - # These are extensions that must be enabled in order to support this database - enable_extension "plpgsql" - create_table "sign_ups", force: true do |t| t.string "email" t.datetime "created_at" |
