Hi Devs, I see the following database scripts in the dbscripts folder of the Stratos distribution:
├── billing-h2.sql ├── billing-mysql.sql ├── db2.sql ├── derby.sql ├── h2.sql ├── identity │ ├── application-mgt │ │ ├── db2.sql │ │ ├── h2.sql │ │ ├── informix.sql │ │ ├── mssql.sql │ │ ├── mysql.sql │ │ ├── oracle.sql │ │ ├── oracle_rac.sql │ │ └── postgresql.sql │ ├── db2.sql │ ├── h2.sql │ ├── informix.sql │ ├── mssql.sql │ ├── mysql.sql │ ├── oracle.sql │ ├── oracle_rac.sql │ └── postgresql.sql ├── informix.sql ├── metering_h2.sql ├── metering_mysql.sql ├── migration.sql ├── mssql.sql ├── mysql.sql ├── mysql_cluster.sql ├── openedge.sql ├── oracle.sql ├── oracle_rac.sql ├── postgresql.sql ├── s2_h2.sql ├── stratos_mysql.sql └── wso2_rss.sql I think the following files are not used now: stratos_mysql.sql s2_h2.sql metering_h2.sql metering_mysql.sql Thanks -- Imesh Gunaratne Senior Technical Lead, WSO2 Committer & PMC Member, Apache Stratos
