Browse Source

kamutil: Add README describing the naming schema.

Timo Reimann 14 năm trước cách đây
mục cha
commit
ad30fed3e3
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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
+("_").