mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-15 21:39:00 +00:00
8 lines
120 B
Ruby
8 lines
120 B
Ruby
# frozen_string_literal: true
|
|
|
|
module LooseForeignKeys
|
|
def self.table_name_prefix
|
|
'loose_foreign_keys_'
|
|
end
|
|
end
|