diff options
| author | mo khan <mo@mokhan.ca> | 2014-02-20 19:35:45 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2014-02-20 19:35:45 -0700 |
| commit | b1bac85f2c8b55e92f0472cbe4e548beb74743d0 (patch) | |
| tree | ecf290992c11ef8ebbb27cc5ecdc5457733d282c /db/schema.rb | |
| parent | 12e544beb49702b876ce0cbd104d881d86b53383 (diff) | |
remove sqlite and use pg.
Diffstat (limited to 'db/schema.rb')
| -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 4da550d..37479de 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -13,6 +13,9 @@ ActiveRecord::Schema.define(version: 20140221015819) do + # These are extensions that must be enabled in order to support this database + enable_extension "plpgsql" + create_table "licenses", force: true do |t| t.datetime "created_at" t.datetime "updated_at" |
