There was an error while loading. Please reload this page.
1 parent b9b8d4c commit e1693e6Copy full SHA for e1693e6
1 file changed
source/database/scripts/ins_t_sistemas.sql
@@ -3,6 +3,6 @@ set feedback off
3
set define off
4
5
insert into t_sistemas (ID_SISTEMA, NOMBRE, DETALLE, ACTIVO, FECHA_ACTUAL, VERSION_ACTUAL)
6
-values ('RISK', 'RISK', null, 'S', to_date('04-04-2021', 'dd-mm-yyyy'), '0.8.0');
+values ('RISK', 'RISK', null, 'S', to_date('10-05-2021', 'dd-mm-yyyy'), '0.9.0');
7
8
prompt Done.
0 commit comments