summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2014-02-20 19:35:45 -0700
committermo khan <mo@mokhan.ca>2014-02-20 19:35:45 -0700
commitb1bac85f2c8b55e92f0472cbe4e548beb74743d0 (patch)
treeecf290992c11ef8ebbb27cc5ecdc5457733d282c /db
parent12e544beb49702b876ce0cbd104d881d86b53383 (diff)
remove sqlite and use pg.
Diffstat (limited to 'db')
-rw-r--r--db/schema.rb3
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"