summaryrefslogtreecommitdiff
path: root/data/sql/custom/README.md
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2016-08-20 14:25:07 +0200
committerYehonal <yehonal.azeroth@gmail.com>2016-08-20 14:25:07 +0200
commit15fe82561707072d2ba86a94ee63e5e63d571a4f (patch)
treedc70849f5d1c7601c1111b3ac522bd364b6cdd50 /data/sql/custom/README.md
parent1c9eb7e52ff2bc481c6318cf4e1c03609d1d126c (diff)
Missing folders
Diffstat (limited to 'data/sql/custom/README.md')
-rw-r--r--data/sql/custom/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/data/sql/custom/README.md b/data/sql/custom/README.md
new file mode 100644
index 0000000000..e880f51f95
--- /dev/null
+++ b/data/sql/custom/README.md
@@ -0,0 +1,10 @@
+This folder should contains only re-applicable sql
+
+e.g:
+
+- CREATE IF NOT EXISTS
+- REPLACE INTO
+- DELETE + INSERT
+- UPDATES with fixed values
+
+etc.