mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-07-23 00:45:28 +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
|