Skip to content
Snippets Groups Projects
Commit 80ed787b authored by Lucca Santangelo's avatar Lucca Santangelo
Browse files

delete carga_inicial

parent d620d621
No related branches found
No related tags found
No related merge requests found
INSERT INTO public."UserTypes"("Name")
VALUES ('UdelarAdmin'), ('FacultyAdmin'), ('Professor'), ('Student');
INSERT INTO public."Tenants"("Name") VALUES ('admin');
INSERT INTO public."Users"(
"UserTypeId",
"Username",
"Password",
"FirstName",
"LastName",
"Email",
"TenantId"
)
VALUES (1, 'admin', 'admin', 'Prueba', 'Test', 'admin@gmail.com', 1);
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment