gitlab-org--gitlab-foss/db
Douwe Maan 2f4426b7e4 Merge branch 'fix-project-tags' into 'master'
Fix DB error when trying to tag a repository

Steps to reproduce: Go to a project settings, add tags, click on save changes

Observed behavior: Error 500

```
    PG::Error: ERROR:  column "taggings_count" does not exist
        LINE 1: UPDATE "tags" SET "taggings_count" = COALESCE("taggings_coun...
```

Ran `rake acts_as_taggable_on_engine:install:migrations`, removed the first
migration that created the `tags` and `taggings` table, and added the rest.

* Closes #1512
* Closes #1550
* Closes https://github.com/gitlabhq/gitlabhq/issues/6867
* Closes https://github.com/gitlabhq/gitlabhq/issues/9194

See merge request !577
2015-04-30 17:20:36 +00:00
..
fixtures Fix user fixtures for development 2015-03-08 17:35:49 -07:00
migrate Merge branch 'fix-project-tags' into 'master' 2015-04-30 17:20:36 +00:00
schema.rb Merge branch 'fix-project-tags' into 'master' 2015-04-30 17:20:36 +00:00
seeds.rb init commit 2011-10-09 00:36:38 +03:00