From 2f74b47249891927f2bb446ddec942ce0ad29a70 Mon Sep 17 00:00:00 2001 From: Priit Tark Date: Tue, 17 Feb 2015 01:48:02 +0200 Subject: [PATCH] Fixed seeds for registrar updates --- db/schema.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/schema.rb b/db/schema.rb index 6a889a676..c963f2c75 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -11,7 +11,7 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema.define(version: 20150213104014) do +ActiveRecord::Schema.define(version: 20150212125339) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql"