From bfd52b2f1e07536149ff84de0451aa4cc384d6de Mon Sep 17 00:00:00 2001
From: kbeyro <121854496+kbeyro@users.noreply.github.com>
Date: Fri, 20 Sep 2024 14:33:50 +0200
Subject: [PATCH] Add flyway for accessToken

---
 .../common/V1.7.0_20240920_1430__addedAccessTokens.sql          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/db/migration/common/V1.7.0_20240920_1430__addedAccessTokens.sql b/src/main/resources/db/migration/common/V1.7.0_20240920_1430__addedAccessTokens.sql
index cf5778322..d81247f35 100644
--- a/src/main/resources/db/migration/common/V1.7.0_20240920_1430__addedAccessTokens.sql
+++ b/src/main/resources/db/migration/common/V1.7.0_20240920_1430__addedAccessTokens.sql
@@ -5,4 +5,4 @@ create table access_tokens (
         user_id bigint,
         valid boolean not null,
         primary key (id)
-    )
\ No newline at end of file
+ รณ);
\ No newline at end of file
-- 
GitLab