kamailio/utils/kamctl/README
Timo Reimann a67ba5f07b kamutil: Improve README.
- Remark that <tablename> and database table name must match.
- Brand evilness of dashes as opposed to underscores.
2011-10-10 11:43:46 +02:00

7 lines
268 B
Text

SQL creation *must* follow the naming pattern
<tablename>-create.sql
where <tablename> corresponds to the name of the database table. Please use
underscores ("_") instead of dashes ("-") in database table names to ensure
compatibility with all types of databases.