4 lines
83 B
Text
4 lines
83 B
Text
|
#!/bin/bash
|
||
|
|
||
|
exec bundle exec rails generate gitlab:partitioning:foreign_keys "$@"
|