Преглед изворни кода

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