Statuses in task - db field and forms
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddStatusToTasks < ActiveRecord::Migration[8.0]
|
||||
def change
|
||||
add_reference :tasks, :status, foreign_key: { to_table: :task_statuses }
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user