diff options
| author | mo khan <mo@mokhan.ca> | 2013-07-19 14:38:39 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2013-07-19 14:38:39 -0600 |
| commit | 8d7aa3d33409a29cae28cecccb75b94e676cba07 (patch) | |
| tree | ba73edd6c5474111eab4110cbb938343ff667d65 | |
| parent | 825a5b68d94b18443df123ddf2dcc831a80e6143 (diff) | |
rake db:migrate
| -rw-r--r-- | db/schema.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/db/schema.rb b/db/schema.rb index 19cb362..56feeb7 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -13,6 +13,9 @@ 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" |
