Skip to content

Commit f54fa21

Browse files
committed
Change default DB schema name
1 parent 9f69984 commit f54fa21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seleniumbase/config/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
DB_HOST = "127.0.0.1"
102102
DB_USERNAME = "root"
103103
DB_PASSWORD = "test"
104-
DB_SCHEMA = "test"
104+
DB_SCHEMA = "test_db"
105105

106106

107107
# Amazon S3 Bucket Credentials

0 commit comments

Comments
 (0)