Implement projected time
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddProjectedTimeToCompletion < ActiveRecord::Migration[8.0]
|
||||
def change
|
||||
add_column :completions, :projected_time, :integer
|
||||
end
|
||||
end
|
||||
5
db/migrate/20251114093213_add_completion_to_offline.rb
Normal file
5
db/migrate/20251114093213_add_completion_to_offline.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddCompletionToOffline < ActiveRecord::Migration[8.0]
|
||||
def change
|
||||
add_reference :offlines, :completion, foreign_key: true
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user