fnp
/
redakcja_redmine.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Redmine locale fix. Some RAL tweaks. Added line numbers to code-mirror.
[redakcja_redmine.git]
/
db
/
migrate
/
003_publications_add_repo_id.rb
1
class PublicationsAddRepoId < ActiveRecord::Migration
2
def self.up
3
add_column :publications, :repository_id, :integer, :null => false, :default => 0
4
end
5
6
def self.down
7
end
8
end