Files
Douwe MaanandDmitriy Zaporozhets 81634bc1f7 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-05-06 14:43:04 +03:00
..
2015-04-03 12:51:01 +02:00
2015-04-15 12:13:49 +03:00
2014-12-24 14:34:37 +02:00
2014-10-27 11:51:31 +02:00
2015-02-12 19:48:42 +01:00