Add judges codes
This commit is contained in:
5
db/migrate/20251120150744_add_code_to_contest.rb
Normal file
5
db/migrate/20251120150744_add_code_to_contest.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddCodeToContest < ActiveRecord::Migration[8.0]
|
||||
def change
|
||||
add_column :contests, :code, :string
|
||||
end
|
||||
end
|
||||
5
db/migrate/20251120152211_add_code_to_completion.rb
Normal file
5
db/migrate/20251120152211_add_code_to_completion.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddCodeToCompletion < ActiveRecord::Migration[8.0]
|
||||
def change
|
||||
add_column :completions, :code, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user