소스 검색

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
+("_").