6 lines
99 B
Ruby
6 lines
99 B
Ruby
# frozen_string_literal: true
|
|
module Airflow
|
|
def self.table_name_prefix
|
|
'airflow_'
|
|
end
|
|
end
|