This commit is contained in:
Alexander Wang 2023-02-16 17:45:16 -08:00
parent 4dbae3c925
commit 4c6353c412
No known key found for this signature in database
GPG key ID: D89FA31966BDBECE
2 changed files with 0 additions and 24 deletions

View file

@ -1,12 +0,0 @@
{
"graph": null,
"err": {
"ioerr": null,
"errs": [
{
"range": "d2/testdata/d2compiler/TestCompile/no-nested-columns-2.d2,4:4:34-4:5:35",
"errmsg": "d2/testdata/d2compiler/TestCompile/no-nested-columns-2.d2:5:5: sql_table columns cannot have children"
}
]
}
}

View file

@ -1,12 +0,0 @@
{
"graph": null,
"err": {
"ioerr": null,
"errs": [
{
"range": "d2/testdata/d2compiler/TestCompile/no-nested-columns.d2,2:9:33-2:10:34",
"errmsg": "d2/testdata/d2compiler/TestCompile/no-nested-columns.d2:3:10: sql_table columns cannot have children"
}
]
}
}