Skip to content

Commit

Permalink
Mejora migracion e inicializacion
Browse files Browse the repository at this point in the history
  • Loading branch information
vtamara committed Jan 16, 2025
1 parent 391d8fd commit d2999ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion db/migrate/20241106114858_simplifica_campoact.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class SimplificaCampoact < ActiveRecord::Migration[7.2]
def up
drop_table :cor1440_gen_valorcampoact
drop_table :cor1440_gen_valorcampoact, force: :cascade
drop_table :cor1440_gen_campoact
end
end
6 changes: 0 additions & 6 deletions test/dummy/app/javascript/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,6 @@ promesaRecursosSprocketsYDocumento.then((mensaje) => {

window.cor1440_gen_activa_autocompleta_mismotipo = true

$("input[data-behaviour='datepicker']").datepicker({
format: 'yyyy-mm-dd',
autoclose: true,
todayHighlight: true,
language: 'es'
})
})


Expand Down

0 comments on commit d2999ee

Please sign in to comment.