Mercurial > hg > soundsoftware-site
view .svn/pristine/f7/f7dd5a21e5b6b1fa4c68720d5809c8a2999e974e.svn-base @ 1028:b8ae7b3af25a bibplugin_bibtex_display
Fixed wrong bibtex entries type when converting to bibtex format.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Tue, 13 Nov 2012 13:33:15 +0000 |
parents | cbb26bc654de |
children |
line wrap: on
line source
class AddAttachmentsDescription < ActiveRecord::Migration def self.up add_column :attachments, :description, :string end def self.down remove_column :attachments, :description end end