Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
geoelectoral-datos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
3
Issues
3
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
adsib
geoelectoral-datos
Commits
a4b99923
Commit
a4b99923
authored
Oct 12, 2014
by
Sylvain Lesage
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Versión 0.5: adición de 2 nuevos municipios
parent
63a51555
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
67 additions
and
3 deletions
+67
-3
scripts/upgrade_0.4_hacia_0.5.sql
scripts/upgrade_0.4_hacia_0.5.sql
+61
-3
scripts/upgrade_0.6_hacia_0.7.sql
scripts/upgrade_0.6_hacia_0.7.sql
+6
-0
No files found.
scripts/upgrade_0.4_hacia_0.5.sql
View file @
a4b99923
This diff is collapsed.
Click to expand it.
scripts/upgrade_0.6_hacia_0.7.sql
0 → 100644
View file @
a4b99923
-------------------------------------------
-- Adición resultados de las elecciones 2014
-------------------------------------------
-- Por ejemplo, para ingresar el resultado 3000000 votos para el MAS en Bolivia: SELECT f_insert_resultado_2014_plurinacional_votos(25, 1, 3000000);
SELECT
f_insert_resultado_2014_plurinacional_votos
(
25
,
1
,
3000000
);
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