summaryrefslogtreecommitdiff
path: root/db/migrate/20161017091941_add_authorized_projects_populated_to_users.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20161017091941_add_authorized_projects_populated_to_users.rb')
-rw-r--r--db/migrate/20161017091941_add_authorized_projects_populated_to_users.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/db/migrate/20161017091941_add_authorized_projects_populated_to_users.rb b/db/migrate/20161017091941_add_authorized_projects_populated_to_users.rb
deleted file mode 100644
index 11f4fa1a1f7..00000000000
--- a/db/migrate/20161017091941_add_authorized_projects_populated_to_users.rb
+++ /dev/null
@@ -1,9 +0,0 @@
-class AddAuthorizedProjectsPopulatedToUsers < ActiveRecord::Migration[4.2]
- include Gitlab::Database::MigrationHelpers
-
- DOWNTIME = false
-
- def change
- add_column :users, :authorized_projects_populated, :boolean
- end
-end