summaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB/Schema.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/DB/Schema.pm')
-rw-r--r--Bugzilla/DB/Schema.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/DB/Schema.pm b/Bugzilla/DB/Schema.pm
index 0698585bb..d340cf03d 100644
--- a/Bugzilla/DB/Schema.pm
+++ b/Bugzilla/DB/Schema.pm
@@ -2205,7 +2205,7 @@ sub get_table_indexes_abstract {
sub get_create_database_sql {
my ($self, $name) = @_;
- return ("CREATE DATABASE $name");
+ return ("CREATE DATABASE \"$name\"");
}
sub get_table_ddl {