summaryrefslogtreecommitdiff
path: root/db/post_migrate/20170206040400_remove_inactive_default_email_services.rb
Commit message (Expand)AuthorAgeFilesLines
* Use Gitlab::Database.with_connection_pool from !9192remove-inactive-default-email-servicesLin Jen-Shin2017-02-141-40/+23
* Disconnect the pool after doneLin Jen-Shin2017-02-141-0/+1
* Use threads directly, introduce pool later:Lin Jen-Shin2017-02-141-5/+33
* Introduce ThreadedConnectionPool for customized poolLin Jen-Shin2017-02-141-28/+17
* Try this way to provide database connectionLin Jen-Shin2017-02-141-6/+3
* Use IS FALSE for both pg and mysql; Handle connectionsLin Jen-Shin2017-02-141-9/+11
* Run two threads to improve migration running timeLin Jen-Shin2017-02-141-3/+17
* Remove inactive default email servicesLin Jen-Shin2017-02-141-0/+27