Skip to content

Commit c37301b

Browse files
committed
feat: VI__INIT.sql에서 user테이블 refresh_token 제거
1 parent d0db3c5 commit c37301b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/resources/db/migration/V1__INIT.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ CREATE TABLE IF NOT EXISTS users
4747
nickname varchar(30),
4848
birth_date date,
4949
height double precision,
50-
refresh_token varchar(512),
5150
constraint users_pk
5251
unique (oauth_id, oauth_provider)
5352
);

0 commit comments

Comments
 (0)