mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-08 19:08:14 +00:00
Fix a typo
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1189 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/perl -Tw
|
#!/usr/bin/perl -Tw
|
||||||
# Use these commands to create the appropriate tables in MySQL
|
# Use these commands to create the appropriate tables in MySQL
|
||||||
#
|
#
|
||||||
#CREATE TABLE ext (
|
#CREATE TABLE extensions (
|
||||||
# context CHAR(20) DEFAULT 'default' NOT NULL,
|
# context CHAR(20) DEFAULT 'default' NOT NULL,
|
||||||
# extension CHAR(20) NOT NULL,
|
# extension CHAR(20) NOT NULL,
|
||||||
# priority INT(2) DEFAULT '1' NOT NULL,
|
# priority INT(2) DEFAULT '1' NOT NULL,
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/perl -Tw
|
#!/usr/bin/perl -Tw
|
||||||
# Use these commands to create the appropriate tables in MySQL
|
# Use these commands to create the appropriate tables in MySQL
|
||||||
#
|
#
|
||||||
#CREATE TABLE ext (
|
#CREATE TABLE extensions (
|
||||||
# context CHAR(20) DEFAULT 'default' NOT NULL,
|
# context CHAR(20) DEFAULT 'default' NOT NULL,
|
||||||
# extension CHAR(20) NOT NULL,
|
# extension CHAR(20) NOT NULL,
|
||||||
# priority INT(2) DEFAULT '1' NOT NULL,
|
# priority INT(2) DEFAULT '1' NOT NULL,
|
||||||
|
|||||||
Reference in New Issue
Block a user