修复bug《中国高校--地区列表无“港”、“澳”、“台” 建议增加》
Signed-off-by: alan <547533434@qq.com>
This commit is contained in:
parent
61815af8bd
commit
94a4c0037a
|
@ -1,3 +1,4 @@
|
|||
#encoding=UTF-8
|
||||
class ChangeBidsDescriptionType < ActiveRecord::Migration
|
||||
def change
|
||||
change_column :bids, :description, :text, default: nil
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#encoding=UTF-8
|
||||
class AddDataForSchool < ActiveRecord::Migration
|
||||
def up
|
||||
sql = " Insert into schools (name, province, logo_link) values
|
|
@ -11,7 +11,7 @@
|
|||
#
|
||||
# It's strongly recommended to check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema.define(:version => 20141029065917) do
|
||||
ActiveRecord::Schema.define(:version => 20141030071656) do
|
||||
|
||||
create_table "activities", :force => true do |t|
|
||||
t.integer "act_id", :null => false
|
||||
|
|
Loading…
Reference in New Issue