瀏覽代碼

kamutil: Improve README.

- Remark that <tablename> and database table name must match.
- Brand evilness of dashes as opposed to underscores.
Timo Reimann 14 年之前
父節點
當前提交
a67ba5f07b
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      utils/kamctl/README

+ 3 - 2
utils/kamctl/README

@@ -2,5 +2,6 @@ SQL creation *must* follow the naming pattern
 
   <tablename>-create.sql
 
-Note that dashes ("-") in <tablename> must be replaced by underscores
-("_").
+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.