瀏覽代碼

kamutil: Add README describing the naming schema.

Timo Reimann 14 年之前
父節點
當前提交
ad30fed3e3
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      utils/kamctl/README

+ 6 - 0
utils/kamctl/README

@@ -0,0 +1,6 @@
+SQL creation *must* follow the naming pattern
+
+  <tablename>-create.sql
+
+Note that dashes ("-") in <tablename> must be replaced by underscores
+("_").