修复bug《中国高校--地区列表无“港”、“澳”、“台” 建议增加》

Signed-off-by: alan <547533434@qq.com>
This commit is contained in:
alan 2014-10-30 16:49:19 +08:00
parent 61815af8bd
commit 94a4c0037a
3 changed files with 1313 additions and 1311 deletions

View File

@ -1,5 +1,6 @@
class ChangeBidsDescriptionType < ActiveRecord::Migration
def change
change_column :bids, :description, :text, default: nil
end
end
#encoding=UTF-8
class ChangeBidsDescriptionType < ActiveRecord::Migration
def change
change_column :bids, :description, :text, default: nil
end
end

View File

@ -1,3 +1,4 @@
#encoding=UTF-8
class AddDataForSchool < ActiveRecord::Migration
def up
sql = " Insert into schools (name, province, logo_link) values

File diff suppressed because it is too large Load Diff