Skip to content

Commit 844a961

Browse files
committed
2 parents 687ded8 + 9c2883d commit 844a961

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main/java/io/supertokens/storage/postgresql/config/PostgreSQLConfig.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ public class PostgreSQLConfig {
6666
@UserPoolProperty
6767
private String postgresql_database_name = null;
6868

69+
@JsonProperty
70+
@NotConflictingWithinUserPool
71+
private String postgresql_table_names_prefix = "";
72+
6973
@JsonProperty
7074
@NotConflictingWithinUserPool
7175
private String postgresql_key_value_table_name = null;
@@ -94,10 +98,6 @@ public class PostgreSQLConfig {
9498
@NotConflictingWithinUserPool
9599
private String postgresql_thirdparty_users_table_name = null;
96100

97-
@JsonProperty
98-
@NotConflictingWithinUserPool
99-
private String postgresql_table_names_prefix = "";
100-
101101
@JsonProperty
102102
@UserPoolProperty
103103
private String postgresql_table_schema = "public";

0 commit comments

Comments
 (0)