Welcome to mirror list, hosted at ThFree Co, Russian Federation.

airflow.rb « models « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2e5642a26398630294784b44d9e339e095e4ecac (plain)
1
2
3
4
5
6
# frozen_string_literal: true
module Airflow
  def self.table_name_prefix
    'airflow_'
  end
end