Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bpm-gestion-interna-produccion-bpmStp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Cybira
bpm-gestion-interna-produccion-bpmStp
Commits
ec7c0ce7
Commit
ec7c0ce7
authored
May 25, 2016
by
Misael Curril
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Actualizacion de los script, en el directorio de cooperacion.
parent
ec760f45
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
WEB-INF/classes/apps/bpm/devel/db/postgres/becas/012_scritp_final.sql
...ses/apps/bpm/devel/db/postgres/becas/012_scritp_final.sql
+0
-3
WEB-INF/classes/apps/bpm/devel/db/postgres/mapa/001_actualizacion_db.sql
.../apps/bpm/devel/db/postgres/mapa/001_actualizacion_db.sql
+5
-1
No files found.
WEB-INF/classes/apps/bpm/devel/db/postgres/becas/012_scritp_final.sql
deleted
100644 → 0
View file @
ec760f45
ALTER
TABLE
crm
.
mapa_proyecto
ADD
COLUMN
monto_enguaranies
numeric
(
18
,
2
);
ALTER
TABLE
crm
.
mapa_proyecto
ADD
COLUMN
tasa_decambio_adolar
numeric
(
10
,
2
);
ALTER
TABLE
crm
.
mapa_proyecto
ADD
COLUMN
moneda_uss
integer
;
\ No newline at end of file
WEB-INF/classes/apps/bpm/devel/db/postgres/mapa/001_actualizacion_db.sql
View file @
ec7c0ce7
...
...
@@ -5,4 +5,8 @@ ALTER TABLE crm.mapa_proyecto ADD COLUMN descripcion text;
ALTER
TABLE
crm
.
mapa_proyecto
DROP
COLUMN
objetivo
;
ALTER
TABLE
crm
.
mapa_proyecto
ADD
COLUMN
objetivo
text
;
ALTER
TABLE
crm
.
mapa_proyecto
DROP
COLUMN
resultado
;
ALTER
TABLE
crm
.
mapa_proyecto
ADD
COLUMN
resultado
text
;
\ No newline at end of file
ALTER
TABLE
crm
.
mapa_proyecto
ADD
COLUMN
resultado
text
;
ALTER
TABLE
crm
.
mapa_proyecto
ADD
COLUMN
monto_enguaranies
numeric
(
18
,
2
);
ALTER
TABLE
crm
.
mapa_proyecto
ADD
COLUMN
tasa_decambio_adolar
numeric
(
10
,
2
);
ALTER
TABLE
crm
.
mapa_proyecto
ADD
COLUMN
moneda_uss
integer
;
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment