summaryrefslogtreecommitdiffstats
path: root/db/migrate/20180923091603_change_sqlite_booleans_default.rb
Commit message (Expand)AuthorAgeFilesLines
* Use match? instead of =~ when MatchData is not used (#34150).Go MAEDA2020-10-231-2/+2
* Remove frozen_string_literal magic comment from files which are not used when...Go MAEDA2019-03-211-2/+0
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Sqlite3: change default value for booleans to 1 or 0 (#23630).Jean-Philippe Lang2018-09-231-0/+93