File: new-file.riff-output

package info (click to toggle)
rust-riffdiff 3.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 5,784 kB
  • sloc: sh: 206; python: 132; makefile: 11
file content (9 lines) | stat: -rw-r--r-- 336 bytes parent folder | download | duplicates (2)
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
+);