Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nilswald committed Oct 26, 2023
1 parent 4421da2 commit 042e753
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* SFmDatabase.schemaJson( _tables; _options )
/* F1SFmDatabase.schemaJson( _tables; _options )
@about output detailled schema info as json
@author Nils Waldherr <nils.waldherr@fmgarage.com>
@copyright ©2023 FMGARAGE.com
Expand Down Expand Up @@ -240,7 +240,7 @@ Case(
)
)
& Case(
Position( _options; "format"; 1; 1 );
Position( _options; "format"; 1; 1 ) and not IsEmpty( $$SFmSchema.json );
JSONFormatElements( $$SFmSchema.json );
$$SFmSchema.json
)
Expand Down
File renamed without changes.

0 comments on commit 042e753

Please sign in to comment.