20140123222916_add_access_to_repositories.rb revision 8d050e0562ded9f29d349f3589d870fe9121f7e2
# This is PostgreSQL specific. In SQLite for example, a boolean typechanged
# into a string becomes 't' or 'f'.
repo.save! if repo.changed?
end
end
repo.save! if repo.changed?
end
end
end