chore(schema): add exports#job_status
Same behavior as Archive On destroy tous les exports existants qui n'ont pas cette notion de status.
This commit is contained in:
parent
5fd44208d3
commit
67d2cb2061
4 changed files with 23 additions and 3 deletions
7
db/migrate/20220726151017_add_job_status_to_exports.rb
Normal file
7
db/migrate/20220726151017_add_job_status_to_exports.rb
Normal file
|
@ -0,0 +1,7 @@
|
|||
class AddJobStatusToExports < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
safety_assured do
|
||||
add_column :exports, :job_status, :string, null: false, default: "pending"
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue