Organizadas las migraciones para el despliegue

This commit is contained in:
2026-02-19 17:24:47 +01:00
parent b6ec37c339
commit 1583ae539e
9 changed files with 400 additions and 137 deletions

View File

@@ -0,0 +1,12 @@
/*
* Fechas modificadas para que todas sean en base a 'UTC'
* */
ALTER TABLE objenious_operation
ALTER COLUMN start_date SET DEFAULT (now() at time zone 'utc'),
ALTER COLUMN last_change_date SET DEFAULT (now() at time zone 'utc');
ALTER TABLE objenious_operation_change
ALTER COLUMN creation_date SET DEFAULT (now() at time zone 'utc');