parent
61815af8bd
commit
94a4c0037a
@ -1,5 +1,6 @@
|
|||||||
class ChangeBidsDescriptionType < ActiveRecord::Migration
|
#encoding=UTF-8
|
||||||
def change
|
class ChangeBidsDescriptionType < ActiveRecord::Migration
|
||||||
change_column :bids, :description, :text, default: nil
|
def change
|
||||||
end
|
change_column :bids, :description, :text, default: nil
|
||||||
end
|
end
|
||||||
|
end
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#encoding=UTF-8
|
||||||
class AddDataForSchool < ActiveRecord::Migration
|
class AddDataForSchool < ActiveRecord::Migration
|
||||||
def up
|
def up
|
||||||
sql = " Insert into schools (name, province, logo_link) values
|
sql = " Insert into schools (name, province, logo_link) values
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue