add roll command default data

This commit is contained in:
Jay 2018-08-07 13:43:09 +08:00
parent fc26fd5e26
commit 55283ccf45
1 changed files with 2 additions and 0 deletions

2
schema/20180807-1.sql Normal file
View File

@ -0,0 +1,2 @@
insert into "public"."commands" ("cmd", "message", "ctime", "mtime", "group") values
('roll', '{{roll}}', now(), now(), '');