From 80d4c0de20009c5659b1e99cda67bafe0d02ce68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Fri, 12 Apr 2019 09:47:14 +0200 Subject: [PATCH] Update _SPIKE_.md fix markdown & typescript syntax errors --- _SPIKE_.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_SPIKE_.md b/_SPIKE_.md index 1f204ae8f1ce..82e0e74320ea 100644 --- a/_SPIKE_.md +++ b/_SPIKE_.md @@ -208,6 +208,7 @@ Introduce a new property metadata "references" (inspired by ANSI SQL): onUpdate: 'CASCADE', onDelete: 'CASCADE', } + } } ``` @@ -223,6 +224,7 @@ Support connector-specific configuration too. property: 'id', } } + } } ```