Mercurial > hg > soundsoftware-site
view .svn/pristine/09/09aef7f6ca17199f5fead2083da8308be0ce20bb.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 AddMessagesSticky < ActiveRecord::Migration def self.up add_column :messages, :sticky, :integer, :default => 0 end def self.down remove_column :messages, :sticky end end