diff options
author | Andreas Brandl <abrandl@gitlab.com> | 2019-09-02 18:26:47 +0200 |
---|---|---|
committer | Andreas Brandl <abrandl@gitlab.com> | 2019-09-02 20:22:20 +0200 |
commit | 1b81a81b9594300349ec90a710d3cfff857f6bda (patch) | |
tree | f4eb6b237fd879b84b17173ead1ef158dd0d631d /db/schema.rb | |
parent | f4e40c532b5582f47a0dd9bf7054112fc9ec6085 (diff) | |
download | gitlab-ce-ab-remove-support-bot-column.tar.gz |
Remove Users.support_bot columnab-remove-support-bot-column
This column is not present in `db/schema.rb` and hence needs to be
removed conditionally.
See https://gitlab.com/gitlab-org/gitlab-ce/issues/66901 for background
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 5b89cdf0b98..1a5d013edd3 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -10,7 +10,7 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema.define(version: 2019_09_02_131045) do +ActiveRecord::Schema.define(version: 2019_09_02_160015) do # These are extensions that must be enabled in order to support this database enable_extension "pg_trgm" |