File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/main/java/io/supertokens/storage/postgresql/config Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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" ;
You can’t perform that action at this time.
0 commit comments