Skip to content

Commit 6c6500d

Browse files
Fix issue with double colon.
1 parent a43ecad commit 6c6500d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_schemas/+University/Message.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Message
33
msg_id : uuid # (this) is: a test of 'an' (elaborate), /type: of "comment" (good luck?)
44
---
5-
body : varchar(30) # (try) with: double quote (to), throw: it (off)
5+
body : varchar(30) # (try) with: double colon (to), throw: it (off)
66
dep_id=null : uuid
77
%}
88
classdef Message < dj.Manual

0 commit comments

Comments
 (0)