From 37383966ef3fada865d3d21a8ce7a3c640bbd11e Mon Sep 17 00:00:00 2001 From: Steven Thonus Date: Fri, 29 Nov 2013 17:10:59 +0100 Subject: Archiving old projects; archived projects aren't shown on dashboard features for archive projects abilities for archived project other abilities for archive projects only limit commits and merges for archived projects ability changed to prohibited actions on archived projects added spec and feature tests for archive projects changed search bar not to include archived projects --- db/schema.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'db/schema.rb') diff --git a/db/schema.rb b/db/schema.rb index e7b3bf09d2d..77d245913e2 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -192,6 +192,7 @@ ActiveRecord::Schema.define(version: 20131214224427) do t.boolean "imported", default: false, null: false t.string "import_url" t.integer "visibility_level", default: 0, null: false + t.boolean "archived", default: false, null: false end add_index "projects", ["creator_id"], name: "index_projects_on_owner_id", using: :btree -- cgit v1.2.3