summaryrefslogtreecommitdiff
path: root/contrib/scripts/retrieve_extensions_from_mysql.pl
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/scripts/retrieve_extensions_from_mysql.pl')
-rwxr-xr-xcontrib/scripts/retrieve_extensions_from_mysql.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/scripts/retrieve_extensions_from_mysql.pl b/contrib/scripts/retrieve_extensions_from_mysql.pl
index 64a517cb0..78a7777e4 100755
--- a/contrib/scripts/retrieve_extensions_from_mysql.pl
+++ b/contrib/scripts/retrieve_extensions_from_mysql.pl
@@ -1,7 +1,7 @@
#!/usr/bin/perl -Tw
# Use these commands to create the appropriate tables in MySQL
#
-#CREATE TABLE ext (
+#CREATE TABLE extensions (
# context CHAR(20) DEFAULT 'default' NOT NULL,
# extension CHAR(20) NOT NULL,
# priority INT(2) DEFAULT '1' NOT NULL,