riffdiff 3.6.1

A diff filter highlighting changed line parts
1
2
3
4
5
6
7
8
9
diff --git a/etc/db/004_table_gris.up.sql b/etc/db/004_table_gris.up.sql
new file mode 100644
index 0000000..ad5deba
--- /dev/null
+++ NEW b/etc/db/004_table_gris.up.sql
@@ -0,0 +1,3 @@
+CREATE TABLE gris (
+  id uuid PRIMARY KEY
+);