Mercurial > hg > soundsoftware-site
changeset 1098:c5dc7c772de3 bibplugin_integration
Merge
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Thu, 29 Nov 2012 14:41:31 +0000 |
parents | b9a9efe85907 (current diff) 981cea967d17 (diff) |
children | c60d957342b0 f2ad2199b49a |
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:41:31 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