summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2014-02-20 19:48:03 -0700
committermo khan <mo@mokhan.ca>2014-02-20 19:49:04 -0700
commit60f1cea60b2ba69c21620eb244a0d7c102859830 (patch)
treede988950e5eefa794076c9932f999eef9d65d382 /db/schema.rb
parentba8ebf09cd54dbf58bfb8ba032075ac895fea9bb (diff)
enabled uuid extension.
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 37479de..86fbee4 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -11,10 +11,11 @@
#
# It's strongly recommended that you check this file into your version control system.
-ActiveRecord::Schema.define(version: 20140221015819) do
+ActiveRecord::Schema.define(version: 20140221024327) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
+ enable_extension "uuid-ossp"
create_table "licenses", force: true do |t|
t.datetime "created_at"