summaryrefslogtreecommitdiff
path: root/db/migrate/20160831214002_create_project_features.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'
* Add `null: true` to timestamps in migrations that does not define it23666-set-null-true-for-timestamps-columns-in-migrationsRémy Coutable2016-11-281-1/+1
| | | | | | | | | | This is to ensure that migrations will still be consitent when we will upgrade to Rails 5 which default to `null: false` for timestamps columns. Fixes #23666. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Project tools visibility levelFelipe Artur2016-09-011-0/+16