2
0

Add support for FASP data sharing (#34415)

This commit is contained in:
David Roetzel
2025-05-16 14:24:02 +02:00
committed by GitHub
parent 3ea1f074ab
commit a5a2c6dc7e
38 changed files with 1140 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
# frozen_string_literal: true
module Fasp
DATA_CATEGORIES = %w(account content).freeze
def self.table_name_prefix
'fasp_'
end