Mercurial > hg > soundsoftware-site
view .svn/pristine/a9/a9d4869206f3cb61c43eb064f335aed9054fa764.svn-base @ 1386:e4c393cebb1a luisf
Merger from testing branch.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Tue, 24 Sep 2013 16:25:05 +0100 |
parents | cbb26bc654de |
children |
line wrap: on
line source
class SetLanguageLengthToFive < ActiveRecord::Migration def self.up change_column :users, :language, :string, :limit => 5, :default => "" end def self.down raise IrreversibleMigration end end