Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errores en al importar los archivos sql #43

Open
o0Charly0o opened this issue Dec 22, 2023 · 0 comments
Open

Errores en al importar los archivos sql #43

o0Charly0o opened this issue Dec 22, 2023 · 0 comments

Comments

@o0Charly0o
Copy link

o0Charly0o commented Dec 22, 2023

Al montar el portal cuando se importan las tablas hay dos archivos que dan errores:
4.0.0/002_CREATE_TABLES_OAW_4.0.0.sql
Aquí la línea 33 está mal comentada.

5.1.0/ALTER_OAW_5.1.0.sql
Aquí hace un insert:
INSERT INTO clasificacion_etiqueta (id_clasificacion, nombre) VALUES ('4', 'Otros');
pero en un sql que se ejecuta antes se hace el mismo insert y por eso da un error de entrada duplicada:
en el archivo CREATE_TABLES_OAW_5.0.2.sql
INSERT INTO clasificacion_etiqueta (id_clasificacion, nombre) VALUES ('4', 'Otros');

Adjunto captura:
image

he hecho un PR:

#44

Gracias de antemano.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant