Mercurial > hg > soundsoftware-site
view .svn/pristine/55/55482f44f1720816267299ddfdc94f4d337f0b00.svn-base @ 1368:987e71e73116 bibliography_testing
Setup of testing framework for the bibliography plugin.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Tue, 20 Aug 2013 18:00:06 +0100 |
parents | cbb26bc654de |
children |
line wrap: on
line source
class AddQueriesGroupBy < ActiveRecord::Migration def self.up add_column :queries, :group_by, :string end def self.down remove_column :queries, :group_by end end