diff options
| author | Dylan Griffith <dyl.griffith@gmail.com> | 2018-05-03 17:08:06 +0200 |
|---|---|---|
| committer | Dylan Griffith <dyl.griffith@gmail.com> | 2018-05-03 17:08:06 +0200 |
| commit | dd74237ddc8bef97e45757caf2e91f157e7dd7d2 (patch) | |
| tree | c4dcadc2fa1a08fd692a4ec22e9614e925010fd1 /db/schema.rb | |
| parent | 794ac6c5421e04056dfd336559786fb166c9fa0a (diff) | |
| download | gitlab-ce-dd74237ddc8bef97e45757caf2e91f157e7dd7d2.tar.gz | |
Split migration to add and index namespaces.runners_token
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 c88d6f3f9e9..177ad0bf23e 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: 20180430143705) do +ActiveRecord::Schema.define(version: 20180503150427) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" |
