Skip to content

Commit

Permalink
Add migrate_consumed_write_grants
Browse files Browse the repository at this point in the history
  • Loading branch information
sapience committed Feb 14, 2025
1 parent a88002f commit 3ad91f5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions schema.development.kf
Original file line number Diff line number Diff line change
Expand Up @@ -1408,5 +1408,6 @@ procedure migrate_all_data($old_dbid text) public owner {
migrate_shared_credentials($old_dbid);
migrate_user_attributes($old_dbid);
migrate_shared_user_attrs($old_dbid);
migrate_consumed_write_grants($old_dbid);
migrate_access_grants($old_dbid);
}
1 change: 1 addition & 0 deletions schema.playground.kf
Original file line number Diff line number Diff line change
Expand Up @@ -1408,5 +1408,6 @@ procedure migrate_all_data($old_dbid text) public owner {
migrate_shared_credentials($old_dbid);
migrate_user_attributes($old_dbid);
migrate_shared_user_attrs($old_dbid);
migrate_consumed_write_grants($old_dbid);
migrate_access_grants($old_dbid);
}
1 change: 1 addition & 0 deletions schema.production.kf
Original file line number Diff line number Diff line change
Expand Up @@ -1408,5 +1408,6 @@ procedure migrate_all_data($old_dbid text) public owner {
migrate_shared_credentials($old_dbid);
migrate_user_attributes($old_dbid);
migrate_shared_user_attrs($old_dbid);
migrate_consumed_write_grants($old_dbid);
migrate_access_grants($old_dbid);
}
1 change: 1 addition & 0 deletions schema.staging.kf
Original file line number Diff line number Diff line change
Expand Up @@ -1408,5 +1408,6 @@ procedure migrate_all_data($old_dbid text) public owner {
migrate_shared_credentials($old_dbid);
migrate_user_attributes($old_dbid);
migrate_shared_user_attrs($old_dbid);
migrate_consumed_write_grants($old_dbid);
migrate_access_grants($old_dbid);
}

0 comments on commit 3ad91f5

Please sign in to comment.