summaryrefslogtreecommitdiff
path: root/db/migrate/20170309173138_create_protected_tags.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add database helpers 'add_timestamps_with_timezone' and ↵32054-rails-should-use-timestamptz-database-type-for-postgresqlblackst0ne2017-06-131-0/+1
| | | | 'timestamps_with_timezone'
* Protected Tags backend review changesJames Edwards-Jones2017-04-061-1/+0
| | | Added changelog
* Renamed ProtectedTag push_access_levels to create_access_levelsJames Edwards-Jones2017-04-041-4/+4
|
* Removed unnecessary table ‘protected_tag_merge_access_levels’James Edwards-Jones2017-03-311-17/+6
| | | | Fixed timestamps on protected_tags
* Database migrations for protected tagsJames Edwards-Jones2017-03-311-0/+39
Added schema.rb for protected tags