merge with the work of paul, using 3 links
This commit is contained in:
parent
70ea5e167e
commit
43424e4f4e
13 changed files with 356 additions and 63 deletions
|
@ -0,0 +1,7 @@
|
|||
class AddExportQueuedToProcedures < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :procedures, :csv_export_queued, :boolean
|
||||
add_column :procedures, :xlsx_export_queued, :boolean
|
||||
add_column :procedures, :ods_export_queued, :boolean
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue