summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-01-27 03:11:24 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-01-27 03:11:24 +0000
commit729e66ee8e5790eefb3771040839155c499faab3 (patch)
tree19cd1fd73c2373c20d2888e857de022129a79eaa /scripts
parent431b84710e87a649de02d398568804f820e3b0fe (diff)
downloadgitlab-ce-729e66ee8e5790eefb3771040839155c499faab3.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/partitioning/generate-fk3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/partitioning/generate-fk b/scripts/partitioning/generate-fk
new file mode 100755
index 00000000000..4f2dac1d61e
--- /dev/null
+++ b/scripts/partitioning/generate-fk
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+exec bundle exec rails generate gitlab:partitioning:foreign_keys "$@"