Mercurial > hg > soundsoftware-site
changeset 1099:c60d957342b0 bibplugin_bibtex
Merge
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Thu, 29 Nov 2012 14:42:16 +0000 |
parents | 116346b9cab4 (current diff) c5dc7c772de3 (diff) |
children | 0a4e71b11bd6 |
files | |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vendor/plugins/redmine_bibliography/db/migrate/010_add_timestamp_columns_to_authorships.rb Thu Nov 29 14:42:16 2012 +0000 @@ -0,0 +1,9 @@ +class AddTimestampColumnsToAuthorships < ActiveRecord::Migration + def self.up + add_timestamps :authorships + end + + def self.down + remove_timestamps :authorships + end +end