Skip to content

Commit

Permalink
added tables
Browse files Browse the repository at this point in the history
  • Loading branch information
Nithunikzz committed Oct 31, 2023
1 parent fdcfb91 commit 0d5c8f8
Show file tree
Hide file tree
Showing 20 changed files with 21 additions and 20 deletions.
3 changes: 2 additions & 1 deletion sql/20231031110543_update_event.down.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

ALTER TABLE events
ENGINE = PreviousEngine;

Expand All @@ -11,4 +12,4 @@ ALTER TABLE events

-- Reset the index granularity to its previous value
ALTER TABLE events
SETTINGS index_granularity = PreviousIndexGranularity
SETTINGS index_granularity = PreviousIndexGranularity;
2 changes: 1 addition & 1 deletion sql/20231031113103_update_rakkess.down.sql
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ ALTER TABLE rakkess

-- Reset the index granularity to its previous value
ALTER TABLE rakkess
SETTINGS index_granularity = PreviousIndexGranularity
SETTINGS index_granularity = PreviousIndexGranularity;
2 changes: 1 addition & 1 deletion sql/20231031125103_update_DeprecatedAPIs.down.sql
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ ALTER TABLE DeprecatedAPIs

-- Reset the index granularity to its previous value
ALTER TABLE DeprecatedAPIs
SETTINGS index_granularity = PreviousIndexGranularity
SETTINGS index_granularity = PreviousIndexGranularity;
2 changes: 1 addition & 1 deletion sql/20231031125304_update_DeletedAPIs.down.sql
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ ALTER TABLE DeletedAPIs

-- Reset the index granularity to its previous value
ALTER TABLE DeletedAPIs
SETTINGS index_granularity = PreviousIndexGranularity
SETTINGS index_granularity = PreviousIndexGranularity;
2 changes: 1 addition & 1 deletion sql/20231031125739_update_jfrogcontainerpush.down.sql
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ ALTER TABLE jfrogcontainerpush

-- Reset the index granularity to its previous value
ALTER TABLE jfrogcontainerpush
SETTINGS index_granularity = PreviousIndexGranularity
SETTINGS index_granularity = PreviousIndexGranularity;
2 changes: 1 addition & 1 deletion sql/20231031130038_update_getall_resources.down.sql
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ ALTER TABLE getall_resources

-- Reset the index granularity to its previous value
ALTER TABLE getall_resources
SETTINGS index_granularity = PreviousIndexGranularity
SETTINGS index_granularity = PreviousIndexGranularity;
2 changes: 1 addition & 1 deletion sql/20231031132022_update_outdated_images.down.sql
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ ALTER TABLE outdated_images

-- Reset the index granularity to its previous value
ALTER TABLE outdated_images
SETTINGS index_granularity = PreviousIndexGranularity
SETTINGS index_granularity = PreviousIndexGranularity;
2 changes: 1 addition & 1 deletion sql/20231031133328_update_kubescore.down.sql
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ ALTER TABLE kubescore

-- Reset the index granularity to its previous value
ALTER TABLE kubescore
SETTINGS index_granularity = PreviousIndexGranularity
SETTINGS index_granularity = PreviousIndexGranularity;
2 changes: 1 addition & 1 deletion sql/20231031133706_update_trivy_vul.down.sql
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ ALTER TABLE trivy_vul

-- Reset the index granularity to its previous value
ALTER TABLE trivy_vul
SETTINGS index_granularity = PreviousIndexGranularity
SETTINGS index_granularity = PreviousIndexGranularity;
2 changes: 1 addition & 1 deletion sql/20231031134029_update_trivy_misconfig.down.sql
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ ALTER TABLE trivy_misconfig

-- Reset the index granularity to its previous value
ALTER TABLE trivy_misconfig
SETTINGS index_granularity = PreviousIndexGranularity
SETTINGS index_granularity = PreviousIndexGranularity;
2 changes: 1 addition & 1 deletion sql/20231031134236_update_trivyimage.down.sql
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ ALTER TABLE trivyimage

-- Reset the index granularity to its previous value
ALTER TABLE trivyimage
SETTINGS index_granularity = PreviousIndexGranularity
SETTINGS index_granularity = PreviousIndexGranularity;
2 changes: 1 addition & 1 deletion sql/20231031134526_update_dockerhubbuild.down.sql
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ ALTER TABLE dockerhubbuild

-- Reset the index granularity to its previous value
ALTER TABLE dockerhubbuild
SETTINGS index_granularity = PreviousIndexGranularity
SETTINGS index_granularity = PreviousIndexGranularity;
2 changes: 1 addition & 1 deletion sql/20231031134807_update_azurecontainerpush.down.sql
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ ALTER TABLE azurecontainerpush

-- Reset the index granularity to its previous value
ALTER TABLE azurecontainerpush
SETTINGS index_granularity = PreviousIndexGranularity
SETTINGS index_granularity = PreviousIndexGranularity;
2 changes: 1 addition & 1 deletion sql/20231031134951_update_quaycontainerpush.down.sql
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ ALTER TABLE quaycontainerpush

-- Reset the index granularity to its previous value
ALTER TABLE quaycontainerpush
SETTINGS index_granularity = PreviousIndexGranularity
SETTINGS index_granularity = PreviousIndexGranularity;
2 changes: 1 addition & 1 deletion sql/20231031135231_update_trivysbom.down.sql
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ ALTER TABLE trivysbom

-- Reset the index granularity to its previous value
ALTER TABLE trivysbom
SETTINGS index_granularity = PreviousIndexGranularity
SETTINGS index_granularity = PreviousIndexGranularity;
2 changes: 1 addition & 1 deletion sql/20231031135622_update_azure_devops.down.sql
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ ALTER TABLE azure_devops

-- Reset the index granularity to its previous value
ALTER TABLE azure_devops
SETTINGS index_granularity = PreviousIndexGranularity
SETTINGS index_granularity = PreviousIndexGranularity;
2 changes: 1 addition & 1 deletion sql/20231031135938_update_github.down.sql
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ ALTER TABLE github

-- Reset the index granularity to its previous value
ALTER TABLE github
SETTINGS index_granularity = PreviousIndexGranularity
SETTINGS index_granularity = PreviousIndexGranularity;
2 changes: 1 addition & 1 deletion sql/20231031140115_update_gitlab.down.sql
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ ALTER TABLE gitlab

-- Reset the index granularity to its previous value
ALTER TABLE gitlab
SETTINGS index_granularity = PreviousIndexGranularity
SETTINGS index_granularity = PreviousIndexGranularity;
2 changes: 1 addition & 1 deletion sql/20231031140219_update_bitbucket.down.sql
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ ALTER TABLE bitbucket

-- Reset the index granularity to its previous value
ALTER TABLE bitbucket
SETTINGS index_granularity = PreviousIndexGranularity
SETTINGS index_granularity = PreviousIndexGranularity;
2 changes: 1 addition & 1 deletion sql/20231031140344_update_gitea.down.sql
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ ALTER TABLE gitea

-- Reset the index granularity to its previous value
ALTER TABLE gitea
SETTINGS index_granularity = PreviousIndexGranularity
SETTINGS index_granularity = PreviousIndexGranularity;

0 comments on commit 0d5c8f8

Please sign in to comment.