Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix that `change_column` lose a comment | Ryuta Kamizono | 2016-12-05 | 1 | -2/+1 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 1 | -104/+104 |
* | applies new string literal convention in activerecord/test | Xavier Noria | 2016-08-06 | 1 | -33/+33 |
* | Treat blank comments as no comment for indexes | Ryuta Kamizono | 2016-04-29 | 1 | -1/+10 |
* | Dump indexes in `create_table` for generates SQL in one query | Ryuta Kamizono | 2016-04-20 | 1 | -2/+2 |
* | Remove unecessary comment | Jon Moss | 2016-04-19 | 1 | -1/+1 |
* | Database comments: Treat blank comments as no comment. Don't dump blank comme... | Jeremy Daer | 2016-04-19 | 1 | -55/+96 |
* | Database comments: switch to keyword args for new table options | Jeremy Daer | 2016-04-18 | 1 | -3/+1 |
* | Add support for specifying comments for tables, columns, and indexes. | Andrey Novikov | 2016-04-16 | 1 | -0/+91 |