summaryrefslogtreecommitdiff
path: root/db/migrate/20170613154149_create_gpg_signatures.rb
Commit message (Expand)AuthorAgeFilesLines
* Add mysql_compatible_index_length to migration helpersdz-migration-index-helperDmitriy Zaporozhets2018-09-211-2/+4
* add unique index for gpg_signatures#commit_shaAlexis Reigel2017-07-271-1/+1
* length constrain on the index, not on the columnAlexis Reigel2017-07-271-4/+4
* use db's on_delete instead of has_many :dependentAlexis Reigel2017-07-271-2/+2
* use text instead of string for db columnsAlexis Reigel2017-07-271-2/+2
* use ShaAttribute for gpg table columnsAlexis Reigel2017-07-271-2/+3
* merge migrations to 1 single create per tableAlexis Reigel2017-07-271-18/+11
* gpg signature model for gpg verification cachingAlexis Reigel2017-07-271-0/+29