Skip to content

Instantly share code, notes, and snippets.

@steppat
Created February 1, 2013 22:31
Show Gist options
  • Save steppat/4694618 to your computer and use it in GitHub Desktop.
Save steppat/4694618 to your computer and use it in GitHub Desktop.
insert into Usuario (login,senha) values ('eu','eu');
insert into Grupo (nome) values ('ROLE_USER');
insert into Usuario_Grupo values (1,1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment