Skip to content

Commit ad0bb12

Browse files
committed
(TP-125) feat: add test_admin to migrations
1 parent 77b7e7e commit ad0bb12

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
INSERT INTO users
2+
(name,
3+
surname,
4+
gender,
5+
role,
6+
birth_date,
7+
registration_date,
8+
email)
9+
values ('Имя',
10+
'Фамилия',
11+
'MALE',
12+
'ROLE_ADMIN',
13+
'2004-03-21',
14+
'2024-04-19',
15+
'testadmin@gmail.com');

0 commit comments

Comments
 (0)