fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
6b5bac61f42f83de686c86f26884f2c70098f83a
[redakcja.git]
/
redmine
/
redmine_publications
/
db
/
migrate
/
004_publications_add_name.rb
1
class PublicationsAddName < ActiveRecord::Migration
2
def self.up
3
add_column :publications, :name, :string
4
end
5
6
def self.down
7
end
8
end