Skip to content

Commit

Permalink
Remove orphaned TableDef *.sql files
Browse files Browse the repository at this point in the history
Include *.sql in the list of extensions related to TableDef objects. Fixes #536
  • Loading branch information
joyfullservice committed Oct 4, 2024
1 parent 571dce9 commit 31c5911
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Version Control.accda.src/modules/clsDbTableDef.cls
Original file line number Diff line number Diff line change
Expand Up @@ -802,6 +802,7 @@ Private Property Get IDbComponent_FileExtensions() As Collection
Set IDbComponent_FileExtensions = New Collection
IDbComponent_FileExtensions.Add "xml"
IDbComponent_FileExtensions.Add "json"
IDbComponent_FileExtensions.Add "sql"
End Property


Expand Down

0 comments on commit 31c5911

Please sign in to comment.