Skip to content

Commit

Permalink
Merge pull request #292 from UpendoVentures/tasks/updates-from-testing
Browse files Browse the repository at this point in the history
Tasks/updates from testing
  • Loading branch information
WillStrohl authored Nov 30, 2023
2 parents 3d1b99c + 2e29b67 commit 3c00f44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions generators/spa/templates/Vue3JS/Module.dnn
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
</owner>
<license src="License.txt"></license>
<releaseNotes src="ReleaseNotes.txt"></releaseNotes>
<azureCompatible>true</azureCompatible>
<dependencies>
<dependency type="CoreVersion">09.08.00</dependency>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@

IF EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'{databaseOwner}[{objectQualifier}<%= friendlyName %>_Items]') AND type in (N'U'))
DROP TABLE {databaseOwner}[{objectQualifier}<%= friendlyName %>_Items]
GO

0 comments on commit 3c00f44

Please sign in to comment.