From 55283ccf456b0398fba9bfd32485ba9d3d2b2768 Mon Sep 17 00:00:00 2001 From: Jay Date: Tue, 7 Aug 2018 13:43:09 +0800 Subject: [PATCH] add roll command default data --- schema/20180807-1.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 schema/20180807-1.sql diff --git a/schema/20180807-1.sql b/schema/20180807-1.sql new file mode 100644 index 0000000..f054f3e --- /dev/null +++ b/schema/20180807-1.sql @@ -0,0 +1,2 @@ +insert into "public"."commands" ("cmd", "message", "ctime", "mtime", "group") values +('roll', '{{roll}}', now(), now(), ''); \ No newline at end of file