sql corregidos

This commit is contained in:
xXpuma99Xx
2022-05-10 13:20:27 -05:00
parent eee7092c9e
commit a7b978ce73
16 changed files with 420 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
INSERT INTO operador(activo, operador, password, id_tipo_usuario) VALUES (true, '', '', 1);
INSERT INTO operador(activo, operador, password, id_tipo_usuario) VALUES (true, '', '', 2);