commit
e16d621783
2 changed files with 6 additions and 0 deletions
1
config/initializers/active_storage.rb
Normal file
1
config/initializers/active_storage.rb
Normal file
|
@ -0,0 +1 @@
|
|||
ActiveStorage::Service.url_expires_in = 1.hour
|
|
@ -0,0 +1,5 @@
|
|||
class AddProcedureIdIndexToTypesDePieceJustificative < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_index :types_de_piece_justificative, :procedure_id
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue