diff options
author | Job van der Voort <job@gitlab.com> | 2014-04-07 16:03:49 +0200 |
---|---|---|
committer | Job van der Voort <job@gitlab.com> | 2014-04-07 16:03:49 +0200 |
commit | 6d196962670b35ea48588aad3cfdb6f2d11febab (patch) | |
tree | 43ecdf0599332cbe3f49376846e5dd2cb7fb36a0 /db/schema.rb | |
parent | 11d3a00c28677e3b20582535247945f3d7670fad (diff) | |
download | gitlab-ce-6d196962670b35ea48588aad3cfdb6f2d11febab.tar.gz |
Fix faulty namespaces
Diffstat (limited to 'db/schema.rb')
-rw-r--r-- | db/schema.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb index d8a9d1863fc..9033aa92ac9 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: 20140313092127) do +ActiveRecord::Schema.define(version: 20140407135544) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" |