-
Notifications
You must be signed in to change notification settings - Fork 20
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
Showing
3 changed files
with
21 additions
and
2 deletions.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
migration/mysql/20250116054703_remove_environment_namespace_column.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,18 @@ | ||
-- Remove environment_namespace column from all tables | ||
ALTER TABLE feature DROP COLUMN environment_namespace; | ||
ALTER TABLE api_key DROP COLUMN environment_namespace; | ||
ALTER TABLE audit_log DROP COLUMN environment_namespace; | ||
ALTER TABLE auto_ops_rule DROP COLUMN environment_namespace; | ||
ALTER TABLE experiment DROP COLUMN environment_namespace; | ||
ALTER TABLE experiment_result DROP COLUMN environment_namespace; | ||
ALTER TABLE feature_last_used_info DROP COLUMN environment_namespace; | ||
ALTER TABLE flag_trigger DROP COLUMN environment_namespace; | ||
ALTER TABLE goal DROP COLUMN environment_namespace; | ||
ALTER TABLE mau DROP COLUMN environment_namespace; | ||
ALTER TABLE ops_count DROP COLUMN environment_namespace; | ||
ALTER TABLE ops_progressive_rollout DROP COLUMN environment_namespace; | ||
ALTER TABLE push DROP COLUMN environment_namespace; | ||
ALTER TABLE segment DROP COLUMN environment_namespace; | ||
ALTER TABLE segment_user DROP COLUMN environment_namespace; | ||
ALTER TABLE subscription DROP COLUMN environment_namespace; | ||
ALTER TABLE tag DROP COLUMN environment_namespace; |
File renamed without changes.
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