Skip to content

Commit 97714c3

Browse files
[Sprint 8][BE] Create table user_setting and add crud for table
1 parent 1f23e16 commit 97714c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/conf/evolutions/default/7_create_user_profile_table.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ CREATE TABLE user_profiles (
88
CONSTRAINT user_profile_user_id_idx UNIQUE (user_id)
99
);
1010

11-
DROP TABLE IF EXISTS user_profiles;
11+
DROP TABLE IF EXISTS user_profiles;

0 commit comments

Comments
 (0)