Skip to content
Snippets Groups Projects
  • Adrian Torres's avatar
    64d52cf8
    [IMP] base_import_module: Add layer of security (#19175) · 64d52cf8
    Adrian Torres authored
    Previous to this commit, anyone could import studio customizations into
    a community db, this was troublesome since some people would just
    install studio, do their customizations and then move them into a
    community db, not paying anything at all.
    
    This commit fixes this by checking whether the exported views were
    created with studio or not and if studio is installed
    64d52cf8
    History
    [IMP] base_import_module: Add layer of security (#19175)
    Adrian Torres authored
    Previous to this commit, anyone could import studio customizations into
    a community db, this was troublesome since some people would just
    install studio, do their customizations and then move them into a
    community db, not paying anything at all.
    
    This commit fixes this by checking whether the exported views were
    created with studio or not and if studio is installed