-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3fe79ea
commit 4b68f66
Showing
62 changed files
with
1,931 additions
and
742 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
dbm-services/mysql/db-partition/assests/migrations/000006_init.down.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
SET NAMES utf8; |
5 changes: 5 additions & 0 deletions
5
dbm-services/mysql/db-partition/assests/migrations/000006_init.up.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
SET NAMES utf8; | ||
alter table mysql_partition_cron_log drop column bk_biz_id,drop column cluster_id,drop column ticket_id, | ||
drop column immute_domain,drop column bk_cloud_id,drop column time_zone; | ||
alter table spider_partition_cron_log drop column bk_biz_id,drop column cluster_id,drop column ticket_id, | ||
drop column immute_domain,drop column bk_cloud_id,drop column time_zone; |
286 changes: 0 additions & 286 deletions
286
dbm-services/mysql/db-partition/cron/cron_basic_func.go
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.