github.com/voedger/voedger@v0.0.0-20240520144910-273e84102129/pkg/apps/sys/clusterapp/schema.vsql (about)

     1  -- Copyright (c) 2024-present unTill Software Development Group B.V.
     2  -- @author Denis Gribanov
     3  
     4  IMPORT SCHEMA 'github.com/voedger/voedger/pkg/cluster';
     5  
     6  APPLICATION cluster(
     7  	USE cluster;
     8  );