Intento de migraciones con script generador

This commit is contained in:
2026-02-17 13:46:16 +01:00
parent 5d3465fd97
commit 8427613114
10 changed files with 388 additions and 107 deletions

View File

@@ -0,0 +1,6 @@
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');