Skip to content

Commit d6b9663

Browse files
committed
improved scripts
1 parent 4b8e909 commit d6b9663

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

db/samples/sample-data.sql

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -565,8 +565,3 @@ select id, name, created_on, updated_on from dbo.samples order by created_on des
565565
--where [url] like '%kmeans%'
566566
GO
567567

568-
exec [web].[get_total_sample_count]
569-
GO
570-
571-
exec [web].[find_samples] 'migrate and modernzine'
572-
go

db/samples/test.sql

Lines changed: 0 additions & 1 deletion
This file was deleted.

db/utils-scripts/test.sql

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
exec [web].[get_total_sample_count]
2+
GO
3+
4+
exec [web].[find_samples] 'migrate and modernzine'
5+
go
6+
7+
exec [web].[find_samples] 'agentic rag insurance sample'
8+
go

0 commit comments

Comments
 (0)